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
This commit is contained in:
Bastien Guerry 2011-08-23 16:17:56 +02:00
parent caaadd91a9
commit 98ae074c8a
1 changed files with 2 additions and 1 deletions

View File

@ -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