>From fa47439f9897c4bab436ecf4c9f08fa686ff0231 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Fri, 11 Mar 2016 23:04:00 +0100 Subject: [PATCH] Document lack of evaluation of inline code blocks in keyword lines doc/org.texi (Evaluating code blocks): Add footnote explaining that inline code blocks are not evaluated inside keyword lines. --- doc/org.texi | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index e423df7..ce478f5 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15030,13 +15030,16 @@ evaluation from the @kbd{C-c C-c} key binding.}. This will call the 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. These named code blocks can be located in -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. +It is also possible to evaluate named code blocks from address@hidden, the constructs call_() and src_@address@hidden +are not evaluated when they appear in a keyword line (i.e. lines starting +with @code{#+KEYWORD:}, @pxref{In-buffer settings}).} 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'' (@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 address@hidden"=%s="} for markup that produces verbatim text. The syntax of the @code{#+CALL:} line is -- 2.7.0