Next: , Previous: , Up: Configuration   [Contents][Index]

13.1.5 Options for the exporters

The property list can be used to set many export options for the exporters. In most cases, these properties correspond to user variables in Org. The first table below lists these properties along with the variable they belong to. The second table list HTML specific properties. See the documentation string of these options for details.

:archived-treesorg-export-with-archived-trees
:exclude-tagsorg-export-exclude-tags
:headline-levelsorg-export-headline-levels
:languageorg-export-default-language
:preserve-breaksorg-export-preserve-breaks
:section-numbersorg-export-with-section-numbers
:select-tagsorg-export-select-tags
:with-authororg-export-with-author
:with-creatororg-export-with-creator
:with-drawersorg-export-with-drawers
:with-emailorg-export-with-email
:with-emphasizeorg-export-with-emphasize
:with-fixed-widthorg-export-with-fixed-width
:with-footnotesorg-export-with-footnotes
:with-latexorg-export-with-latex
:with-planningorg-export-with-planning
:with-priorityorg-export-with-priority
:with-special-stringsorg-export-with-special-strings
:with-sub-superscriptorg-export-with-sub-superscripts
:with-tablesorg-export-with-tables
:with-tagsorg-export-with-tags
:with-tasksorg-export-with-tasks
:with-timestampsorg-export-with-timestamps
:with-tocorg-export-with-toc
:with-todo-keywordsorg-export-with-todo-keywords
:html-doctypeorg-html-doctype
:html-containerorg-html-container-element
:html-html5-fancyorg-html-html5-fancy
:html-xml-declarationorg-html-xml-declaration
:html-link-uporg-html-link-up
:html-link-homeorg-html-link-home
:html-link-org-as-htmlorg-html-link-org-files-as-html
:html-link-use-abs-urlorg-html-link-use-abs-url
:html-headorg-html-head
:html-head-extraorg-html-head-extra
:html-inline-imagesorg-html-inline-images
:html-extensionorg-html-extension
:html-preambleorg-html-preamble
:html-postambleorg-html-postamble
:html-table-attributesorg-html-table-default-attributes
:html-table-row-tagsorg-html-table-row-tags
:html-head-include-default-styleorg-html-head-include-default-style
:html-head-include-scriptsorg-html-head-include-scripts

Most of the org-export-with-* variables have the same effect in each exporter.

When a property is given a value in org-publish-project-alist, its setting overrides the value of the corresponding user variable (if any) during publishing. Options set within a file (see Export settings), however, override everything.

Next: , Previous: , Up: Configuration   [Contents][Index]