Next:HTML doctypes, Previous:HTML export commands, Up:HTML Export [Contents][Index]
HTML export has a number of keywords, similar to the general optionssettings described inExport Settings.
This is the document’s description, which the HTML exporter insertsit as a HTML meta tag in the HTML file. For long descriptions, usemultiple ‘DESCRIPTION’ lines. The exporter takes care of wrappingthe lines properly.
The exporter includes a number of other meta tags, which can be customizedby modifyingorg-html-meta-tags.
Specify the document type, for example: HTML5 (org-html-doctype).
Specify the HTML container, such as ‘div’, for wrapping sections andelements (org-html-container-element).
The URL for home link (org-html-link-home).
The URL for the up link of exported HTML pages (org-html-link-up).
Options for MathJax (org-html-mathjax-options). MathJax is usedto typeset LaTeX math in HTML documents. SeeMath formatting in HTML export, for an example.
Arbitrary lines for appending to the HTML document’s head(org-html-head).
More arbitrary lines for appending to the HTML document’s head(org-html-head-extra).
Keywords to describe the document’s content. HTML exporter insertsthese keywords as HTML meta tags. For long keywords, use multiple‘KEYWORDS’ lines.
Arbitrary lines for appending to the preamble; HTML exporter appendswhen transcoding LaTeX fragments to images (seeMath formatting in HTML export).
The document’s subtitle. HTML exporter formats subtitle if documenttype is ‘HTML5’ and the CSS has a ‘subtitle’ class.
Some of these keywords are explained in more detail in the followingsections of the manual.
Next:HTML doctypes, Previous:HTML export commands, Up:HTML Export [Contents][Index]