summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-12-01 13:32:26 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-12-01 13:32:26 +0100
commitc92606b32695bfd3494175829e23caa23e0584d7 (patch)
treeb0e6b9086a2f7f2cc5f45cc16d873bf1fb450945
parent07cbf9aa130769fbea20f27eaed067effa3de8ab (diff)
downloadorg-mode-c92606b32695bfd3494175829e23caa23e0584d7.tar.gz
Documentation for :export: tag usage
* doc/org.texi (Export settings): documentation describing how text above the first heading is ignored when an :export: tag is in a file. Commit 7cf4406088d4d7f50c35c6ba7ca3c351db2086bc introduced a feature of the exporter that ignores text above the first headline when an :export: tag is used anywhere in a file. This commit documents that behaviour introduced in 7cf44060, in doc/org.texi. TINYCHANGE
-rw-r--r--doc/org.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 487eaba..f811506 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10519,7 +10519,8 @@ clocktable.
The tags that select a tree for export (@code{org-export-select-tags}). The
default value is @code{:export:}. Within a subtree tagged with
@code{:export:}, you can still exclude entries with @code{:noexport:} (see
-below).
+below). When headlines are selectively exported with @code{:export:}
+anywhere in a file, text before the first headline is ignored.
@item EXCLUDE_TAGS
The tags that exclude a tree from export (@code{org-export-exclude-tags}).