File: ox-html.el.html
This library implements a HTML back-end for Org generic exporter.
See Org manual for more information.
Defined variables (74)
org-html--pre/postamble-class | CSS class used for pre/postamble. |
org-html-allow-name-attribute-in-anchors | When nil, do not set "name" attribute in anchors. |
org-html-checkbox-type | The type of checkboxes to use for HTML export. |
org-html-checkbox-types | Alist of checkbox types. |
org-html-coding-system | Coding system for HTML export. |
org-html-container-element | HTML element to use for wrapping top level sections. |
org-html-content-class | CSS class name to use for the top level content wrapper. |
org-html-creator-string | Information about the creator of the HTML document. |
org-html-divs | Alist of the three section elements for HTML export. |
org-html-doctype | Document type definition to use for exported HTML files. |
org-html-doctype-alist | An alist mapping (x)html flavors to specific doctypes. |
org-html-equation-reference-format | The MathJax command to use when referencing equations. |
org-html-extension | The extension for exported HTML files. |
org-html-footnote-format | The format for the footnote reference. |
org-html-footnote-separator | Text used to separate footnotes. |
org-html-footnotes-section | Format for the footnotes section. |
org-html-format-drawer-function | Function called to format a drawer in HTML code. |
org-html-format-headline-function | Function to format headline text. |
org-html-format-inlinetask-function | Function called to format an inlinetask in HTML code. |
org-html-head | Org-wide head definitions for exported HTML files. |
org-html-head-extra | More head information to add in the HTML output. |
org-html-head-include-default-style | Non-nil means include the default style in exported HTML files. |
org-html-head-include-scripts | Non-nil means include the JavaScript snippets in exported HTML files. |
org-html-home/up-format | Snippet used to insert the HOME and UP links. |
org-html-html5-elements | New elements in html5. |
org-html-html5-fancy | Non-nil means using new HTML5 elements. |
org-html-htmlize-font-prefix | The prefix for CSS class names for htmlize font specifications. |
org-html-htmlize-output-type | Output type to be used by htmlize when formatting code snippets. |
org-html-indent | Non-nil means to indent the generated HTML. |
org-html-infojs-options | Options settings for the INFOJS JavaScript. |
org-html-infojs-opts-table | JavaScript options, long form for script, default values. |
org-html-infojs-template | The template for the export style additions when org-info.js is used. |
org-html-inline-image-rules | Rules characterizing image files that can be inlined into HTML. |
org-html-inline-images | Non-nil means inline images into exported HTML pages. |
org-html-klipse-css | Location of the codemirror CSS file for use with klipse. |
org-html-klipse-js | Location of the klipse javascript file. |
org-html-klipse-selection-script | Javascript snippet to activate klipse. |
org-html-klipsify-src | When non-nil, source code blocks are editable in exported presentation. |
org-html-link-home | Where should the "HOME" link of exported HTML pages lead? |
org-html-link-org-files-as-html | Non-nil means make file links to "file.org" point to "file.html". |
org-html-link-up | Where should the "UP" link of exported HTML pages lead? |
org-html-link-use-abs-url | Should we prepend relative links with HTML_LINK_HOME? |
org-html-mathjax-options | Options for MathJax setup. |
org-html-mathjax-template | The MathJax template. See also ‘org-html-mathjax-options’. |
org-html-meta-tags | Form that is used to produce meta tags in the HTML head. |
org-html-metadata-timestamp-format | Format used for timestamps in preamble, postamble and metadata. |
org-html-postamble | Non-nil means insert a postamble in HTML export. |
org-html-postamble-format | Alist of languages and format strings for the HTML postamble. |
org-html-preamble | Non-nil means insert a preamble in HTML export. |
org-html-preamble-format | Alist of languages and format strings for the HTML preamble. |
org-html-prefer-user-labels | When non-nil use user-defined names and ID over internal ones. |
org-html-protect-char-alist | Alist of characters to be converted by ‘org-html-encode-plain-text’. |
org-html-scripts | Basic JavaScript to allow highlighting references in code blocks. |
org-html-self-link-headlines | When non-nil, the headlines contain a hyperlink to themselves. |
org-html-special-string-regexps | Regular expressions for special string conversion. |
org-html-style-default | The default style specification for exported HTML files. |
org-html-table-align-individual-fields | Non-nil means attach style attributes for alignment to each table field. |
org-html-table-caption-above | When non-nil, place caption string at the beginning of the table. |
org-html-table-data-tags | The opening and ending tags for table data fields. |
org-html-table-default-attributes | Default attributes and values which will be used in table tags. |
org-html-table-header-tags | The opening and ending tags for table header fields. |
org-html-table-row-close-tag | The closing tag for table rows. |
org-html-table-row-open-tag | The opening tag for table rows. |
org-html-table-use-header-tags-for-first-column | Non-nil means format column one in tables with header tags. |
org-html-tag-class-prefix | Prefix to class names for TODO keywords. |
org-html-text-markup-alist | Alist of HTML expressions to convert text markup. |
org-html-todo-kwd-class-prefix | Prefix to class names for TODO keywords. |
org-html-toplevel-hlevel | The <H> level for level 1 headings in HTML export. |
org-html-use-infojs | Non-nil when Sebastian Rose’s Java Script org-info.js should be active. |
org-html-validation-link | Link to HTML validation service. |
org-html-viewport | Viewport options for mobile-optimized sites. |
org-html-with-latex | Non-nil means process LaTeX math snippets. |
org-html-wrap-src-lines | If non-nil, wrap individual lines of source blocks in "code" elements. |
org-html-xml-declaration | The extension for exported HTML files. |