branch: externals/org
commit 8da0562b4d26cdac86fa4bbf830c531b2df41cd8
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    org-manual: Document that tangling is not done inside commented trees
    
    * doc/org-manual.org (Header arguments):
---
 doc/org-manual.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index d529ab5f64..818bf0b596 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -19638,6 +19638,10 @@ to source file(s).
   file name as being relative to the directory of the Org file's
   location.  Example: =:tangle FILENAME=.
 
+#+cindex: comment trees
+Additionally, code blocks inside commented subtrees (see [[*Comment
+Lines]]) are never exported.
+
 #+cindex: @samp{mkdirp}, header argument
 The =mkdirp= header argument creates parent directories for tangled
 files if the directory does not exist.  A =yes= value enables

Reply via email to