Quellcode durchsuchen

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 vor 14 Jahren
Ursprung
Commit
98ae074c8a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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