summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-23 16:17:56 +0200
committerBastien Guerry <bzg@altern.org>2011-08-23 16:17:56 +0200
commit98ae074c8af16dd2aa84f6b5307a94a9b9f66fe1 (patch)
tree7ceca29836a32f8cf1dae18aef8f6a2730d8f65b
parentcaaadd91a955e58ae241398702d84b86d162bf55 (diff)
downloadorg-mode-98ae074c8af16dd2aa84f6b5307a94a9b9f66fe1.tar.gz
org.texi: Explicitely mention the default values for select/exclude tags.
* org.texi (Selective export): Explicitely mention the default values for `org-export-select-tags', `org-export-exclude-tags'. 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 fa051d0..e0769f9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9460,7 +9460,8 @@ enabled (default in Emacs 23).
@cindex org-export-with-tasks
You may use tags to select the parts of a document that should be exported,
or to exclude parts from export. This behavior is governed by two variables:
-@code{org-export-select-tags} and @code{org-export-exclude-tags}.
+@code{org-export-select-tags} and @code{org-export-exclude-tags},
+respectively defaulting to @code{'(:export:)} and @code{'(:noexport:)}.
@enumerate
@item