|
@@ -13957,10 +13957,13 @@ its results into the Org mode buffer.
|
|
|
@cindex #+CALL
|
|
|
|
|
|
It is also possible to evaluate named code blocks from anywhere in an Org
|
|
|
-mode buffer or an Org mode table. Live code blocks located in the current
|
|
|
-Org mode buffer or in the ``Library of Babel'' (see @ref{Library of Babel})
|
|
|
-can be executed. Named code blocks can be executed with a separate
|
|
|
-@code{#+CALL:} line or inline within a block of text.
|
|
|
+mode buffer or an Org mode table. These named code blocks can be located in
|
|
|
+the current Org mode buffer or in the ``Library of Babel'' (see @ref{Library
|
|
|
+of Babel}). Named code blocks can be evaluated with a separate
|
|
|
+@code{#+CALL:} line or inline within a block of text. In both cases
|
|
|
+the result is wrapped according to the value of
|
|
|
+@var{org-babel-inline-result-wrap}, which by default is @code{"=%s="} for
|
|
|
+markup that produces verbatim text.
|
|
|
|
|
|
The syntax of the @code{#+CALL:} line is
|
|
|
|