Browse Source

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
Bastien Guerry 13 years ago
parent
commit
98ae074c8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/org.texi

+ 2 - 1
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