From 3701c0aeb39274f77b3fa79234000192ec02e1e0 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 6 Oct 2010 10:42:43 -0600 Subject: [PATCH] doc: updating :noweb documentation to reflect the new "tangle" argument * doc/org.texi (noweb): updating :noweb documentation to reflect the new "tangle" argument --- doc/org.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 64ca8be0f..4020c8d12 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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