13.9.2 HTML specific export settings
HTML export has a number of keywords, similar to the general options settings described in Export Settings.
βDESCRIPTION
ββ
This is the documentβs description, which the HTML exporter inserts it as a HTML meta tag in the HTML file. For long descriptions, use multiple βDESCRIPTION
β lines. The exporter takes care of wrapping the lines properly.
βHTML_DOCTYPE
ββ
Specify the document type, for example: HTML5 (org-html-doctype
).
βHTML_CONTAINER
ββ
Specify the HTML container, such as βdiv
β, for wrapping sections and elements (org-html-container-element
).
βHTML_LINK_HOME
ββ
The URL for home link (org-html-link-home
).
βHTML_LINK_UP
ββ
The URL for the up link of exported HTML pages (org-html-link-up
).
βHTML_MATHJAX
ββ
Options for MathJax (org-html-mathjax-options
). MathJax is used to typeset LaTeX math in HTML documents. See Math formatting in HTML export, for an example.
βHTML_HEAD
ββ
Arbitrary lines for appending to the HTML documentβs head (org-html-head
).
βHTML_HEAD_EXTRA
ββ
More arbitrary lines for appending to the HTML documentβs head (org-html-head-extra
).
βKEYWORDS
ββ
Keywords to describe the documentβs content. HTML exporter inserts these keywords as HTML meta tags. For long keywords, use multiple βKEYWORDS
β lines.
βLATEX_HEADER
ββ
Arbitrary lines for appending to the preamble; HTML exporter appends when transcoding LaTeX fragments to images (see Math formatting in HTML export).
βSUBTITLE
ββ
The documentβs subtitle. HTML exporter formats subtitle if document type is βHTML5
β and the CSS has a βsubtitle
β class.
Some of these keywords are explained in more detail in the following sections of the manual.