aboutsummaryrefslogtreecommitdiff
path: root/doc/org.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.md')
-rw-r--r--doc/org.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/doc/org.md b/doc/org.md
index b65782107..eb929bb7c 100644
--- a/doc/org.md
+++ b/doc/org.md
@@ -14,13 +14,13 @@ The following export keywords are supported:
- AUTHOR: comma-separated list of author(s); fully supported.
-- CREATOR: output generator; passed as metadata entry, but
- ignored by most output formats.
+- CREATOR: output generator; passed as plain-text metadata entry
+ `creator`, but not used by any default templates.
- DATE: creation or publication date; well supported by pandoc.
-- EMAIL: author email address; passed as metadata entry, but not
- included in most output formats.
+- EMAIL: author email address; passed as plain-text metadata
+ field `email`, but not used by any default templates.
- LANGUAGE: currently unsupported; use `#+LANG:` instead.
@@ -51,11 +51,12 @@ occur.
Pandoc follows the LaTeX exporter in that it allows markup in
the description. In contrast, the Org-mode HTML exporter treats
- reads the description as plain text.
+ the description as plain text.
-- LATEX_HEADER: arbitrary lines to add to the document's preamble.
- Contrary to Org-mode, these lines are not inserted before the
- hyperref settings, but close to the end of the preamble.
+- LATEX\_HEADER and LATEX_HEADER_EXTRA: arbitrary lines to add to
+ the document's preamble. Contrary to Org-mode, these lines are
+ not inserted before the hyperref settings, but close to the end
+ of the preamble.
The contents of this option are stored as a list of raw LaTeX
lines in the `header-includes` metadata field.
@@ -74,10 +75,13 @@ occur.
- SUBTITLE: the document's subtitle; fully supported.
-- HTML_HEAD: arbitrary lines to add to the HTML document's head;
- fully supported.
+ The content of this option is stored as inlines in the
+ `subtitle` metadata field.
+
+- HTML\_HEAD and HTML\_HEAD\_EXTRA: arbitrary lines to add to the
+ HTML document's head; fully supported.
- The contents of this option are stored as a list of raw HTML
+ The contents of these options are stored as a list of raw HTML
lines in the `header-includes` metadata field.
Pandoc-specific options