documentation of this new option to the :noweb header argument
* doc/org.texi (noweb): Documentation of this new option to the :noweb header argument.
This commit is contained in:
parent
3f4383baa4
commit
6e525c73f7
|
@ -13673,6 +13673,9 @@ references will not be expanded when the code block is exported.
|
||||||
``Noweb'' syntax references in the body of the code block will be expanded
|
``Noweb'' syntax references in the body of the code block will be expanded
|
||||||
before the block is evaluated or tangled. However, ``noweb'' syntax
|
before the block is evaluated or tangled. However, ``noweb'' syntax
|
||||||
references will not be removed when the code block is exported.
|
references will not be removed when the code block is exported.
|
||||||
|
@item @code{eval}
|
||||||
|
``Noweb'' syntax references in the body of the code block will only be
|
||||||
|
expanded before the block is evaluated.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@subsubheading Noweb prefix lines
|
@subsubheading Noweb prefix lines
|
||||||
|
|
Loading…
Reference in New Issue