Explorar el Código

Add clarification to `:no-expand' header argument

* doc/org.texi (no-expand): Added statement to clarify that this
  header argument has no impact on the execution of a code block.

TINYCHANGE
Rainer M. Krug hace 11 años
padre
commit
7cf4d591eb
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      doc/org.texi

+ 3 - 0
doc/org.texi

@@ -15009,6 +15009,9 @@ during tangling.  This has the effect of assigning values to variables
 specified with @code{:var} (see @ref{var}), and of replacing ``noweb''
 references (see @ref{Noweb reference syntax}) with their targets.  The
 @code{:no-expand} header argument can be used to turn off this behavior.
+Note: The @code{:no-expand} header argument has no impact on export,
+i.e. code blocks will irrespective of this header argument expanded for
+execution.
 
 @node session
 @subsubsection @code{:session}