babel-doc: adding no-expand header argument

This commit is contained in:
Eric Schulte 2010-06-10 11:00:37 -07:00
parent bb6f835d12
commit bb834903dd
1 changed files with 10 additions and 1 deletions

View File

@ -11303,6 +11303,7 @@ Description of every standard (non language-specific) Org-babel header
argument. argument.
@menu @menu
* no-expand::
* var:: * var::
* results:: * results::
* file:: * file::
@ -11317,7 +11318,15 @@ argument.
* rownames:: * rownames::
@end menu @end menu
@node var, results, , Specific Header arguments @node no-expand, var, , Specific Header arguments
@subsubsection no-expand
By default, code blocks are expanded with @code{org-babel-expand-src-block}
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.
@node var, results, no-expand, Specific Header arguments
@subsubsection var @subsubsection var
The @code{:var} header argument is used to pass arguments to The @code{:var} header argument is used to pass arguments to
source code blocks. The specifics of how arguments are included source code blocks. The specifics of how arguments are included