From 924fc6e3f54d4a193387e010906bcb4bdda3f324 Mon Sep 17 00:00:00 2001 From: "Rainer M. Krug" Date: Tue, 8 Apr 2014 21:51:48 +0200 Subject: [PATCH 7/7] 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 --- doc/org.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/org.texi b/doc/org.texi index 05b1888..cc51cae 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15002,6 +15002,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} -- 1.8.5.2 (Apple Git-48)