|
@@ -9311,6 +9311,7 @@ enabled (default in Emacs 23).
|
|
|
|
|
|
|
|
@vindex org-export-select-tags
|
|
@vindex org-export-select-tags
|
|
|
@vindex org-export-exclude-tags
|
|
@vindex org-export-exclude-tags
|
|
|
|
|
+@cindex org-export-with-tasks
|
|
|
@cindex org-export-with-done-tasks
|
|
@cindex org-export-with-done-tasks
|
|
|
You may use tags to select the parts of a document that should be exported,
|
|
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:
|
|
or to exclude parts from export. This behavior is governed by two variables:
|
|
@@ -9332,8 +9333,10 @@ Finally, all subtrees that are marked by any of the @emph{exclude} tags will
|
|
|
be removed from the export buffer.
|
|
be removed from the export buffer.
|
|
|
@end enumerate
|
|
@end enumerate
|
|
|
|
|
|
|
|
-Also, if the variable @code{org-export-with-done-tasks} is @code{nil}, the
|
|
|
|
|
-entire subtree of entries starting with a DONE state keyword will be removed.
|
|
|
|
|
|
|
+If the variable @code{org-export-with-tasks} is nil, all TODO items will be
|
|
|
|
|
+removed for export along with the subtree belonging to the item. If the
|
|
|
|
|
+variable @code{org-export-with-done-tasks} is @code{nil}, TODO items will
|
|
|
|
|
+still be exported, but items with a DONE state will not be exported.
|
|
|
|
|
|
|
|
@node Export options, The export dispatcher, Selective export, Exporting
|
|
@node Export options, The export dispatcher, Selective export, Exporting
|
|
|
@section Export options
|
|
@section Export options
|
|
@@ -9433,6 +9436,7 @@ toc: @r{turn on/off table of contents, or set level limit (integer)}
|
|
|
-: @r{turn on/off conversion of special strings.}
|
|
-: @r{turn on/off conversion of special strings.}
|
|
|
f: @r{turn on/off footnotes like this[1].}
|
|
f: @r{turn on/off footnotes like this[1].}
|
|
|
todo: @r{turn on/off inclusion of TODO keywords into exported text}
|
|
todo: @r{turn on/off inclusion of TODO keywords into exported text}
|
|
|
|
|
+tasks: @r{turn on/off inclusion of tasks (TODO items)}
|
|
|
donetasks: @r{turn on/off inclusion of DONE tasks}
|
|
donetasks: @r{turn on/off inclusion of DONE tasks}
|
|
|
pri: @r{turn on/off priority cookies}
|
|
pri: @r{turn on/off priority cookies}
|
|
|
tags: @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
|
|
tags: @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
|
|
@@ -10913,6 +10917,7 @@ respective variable for details.
|
|
|
@vindex org-export-with-drawers
|
|
@vindex org-export-with-drawers
|
|
|
@vindex org-export-with-tags
|
|
@vindex org-export-with-tags
|
|
|
@vindex org-export-with-todo-keywords
|
|
@vindex org-export-with-todo-keywords
|
|
|
|
|
+@vindex org-export-with-tasks
|
|
|
@vindex org-export-with-done-tasks
|
|
@vindex org-export-with-done-tasks
|
|
|
@vindex org-export-with-priority
|
|
@vindex org-export-with-priority
|
|
|
@vindex org-export-with-TeX-macros
|
|
@vindex org-export-with-TeX-macros
|
|
@@ -10962,6 +10967,7 @@ respective variable for details.
|
|
|
@item @code{:drawers} @tab @code{org-export-with-drawers}
|
|
@item @code{:drawers} @tab @code{org-export-with-drawers}
|
|
|
@item @code{:tags} @tab @code{org-export-with-tags}
|
|
@item @code{:tags} @tab @code{org-export-with-tags}
|
|
|
@item @code{:todo-keywords} @tab @code{org-export-with-todo-keywords}
|
|
@item @code{:todo-keywords} @tab @code{org-export-with-todo-keywords}
|
|
|
|
|
+@item @code{:tasks} @tab @code{org-export-with-tasks}
|
|
|
@item @code{:done-tasks} @tab @code{org-export-with-done-tasks}
|
|
@item @code{:done-tasks} @tab @code{org-export-with-done-tasks}
|
|
|
@item @code{:priority} @tab @code{org-export-with-priority}
|
|
@item @code{:priority} @tab @code{org-export-with-priority}
|
|
|
@item @code{:TeX-macros} @tab @code{org-export-with-TeX-macros}
|
|
@item @code{:TeX-macros} @tab @code{org-export-with-TeX-macros}
|