Next: Export options, Previous: Exporting, Up: Exporting
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:
org-export-select-tags and org-export-exclude-tags,
respectively defaulting to '(:export:) and '(:noexport:).
The variable org-export-with-tasks can be configured to select which
kind of tasks should be included for export. See the docstring of the
variable for more information.