From d7c4f9e4e680756d3c88ca8fae2d2bb360d270d6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 8 Aug 2014 23:43:42 +0200 Subject: [PATCH] org.texi: Tiny fixes * doc/org.texi (Evaluating code blocks): Use @code instead of @var for defcustoms, use @pxref instead of @ref within parenthesis, add missing double space at the end of a sentence --- doc/org.texi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 5afb24e43..87cd46b45 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -14471,16 +14471,15 @@ option @code{org-babel-no-eval-on-ctrl-c-ctrl-c} can be used to remove code evaluation from the @kbd{C-c C-c} key binding.}. This will call the @code{org-babel-execute-src-block} function to evaluate the block and insert its results into the Org mode buffer. -@cindex #+CALL +@cindex #+CALL It is also possible to evaluate named code blocks from anywhere in an Org 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 current Org mode buffer or in the ``Library of Babel'' (@pxref{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 @code{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 -- 2.11.4.GIT