0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 19:02:52 +00:00

doc: updating :noweb documentation to reflect the new "tangle" argument

* doc/org.texi (noweb): updating :noweb documentation to reflect the
  new "tangle" argument
This commit is contained in:
Eric Schulte 2010-10-06 10:42:43 -06:00
parent f687f51dd0
commit 3701c0aeb3

View file

@ -11966,16 +11966,20 @@ interpreted language.
The @code{:noweb} header argument controls expansion of ``noweb'' style (see
@ref{Noweb reference syntax}) references in a code block. This header
argument can have one of two values: @code{yes} or @code{no}.
argument can have one of three values: @code{yes} @code{no} or @code{tangle}.
@itemize @bullet
@item @code{yes}
All ``noweb'' syntax references in the body of the code block will be
expanded before the block is evaluated, tangled or exported.
@item @code{no}
The default. No ``noweb'' syntax specific action is taken on evaluating
code blocks, However, noweb references will still be expanded during
tangling.
@item @code{yes}
All ``noweb'' syntax references in the body of the code block will be
expanded before the block is evaluated.
expanded before the block is tangled, however ``noweb'' references will not
be expanded when the block is evaluated or exported.
@end itemize
@subsubheading Noweb prefix lines