aboutsummaryrefslogtreecommitdiff
path: root/doc/org.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 16:43:27 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 17:03:33 +0200
commitd17b257c89624ceea6bd319caa22aa25e95fb5e9 (patch)
tree47e3091488105ab70f49e904c5238e7d2fb3392d /doc/org.md
parent11dc9f84f54650037c60917435fd91a90f94f9cf (diff)
downloadpandoc-d17b257c89624ceea6bd319caa22aa25e95fb5e9.tar.gz
Org reader: allow multiple #+SUBTITLE export settings
The values of all lines are read as inlines and collected in the `subtitle` metadata field.
Diffstat (limited to 'doc/org.md')
-rw-r--r--doc/org.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/org.md b/doc/org.md
index b65782107..d117d09dc 100644
--- a/doc/org.md
+++ b/doc/org.md
@@ -51,7 +51,7 @@ 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
@@ -74,6 +74,9 @@ occur.
- SUBTITLE: the document's subtitle; fully supported.
+ The content of this option is stored as inlines in the
+ `subtitle` metadata field.
+
- HTML_HEAD: arbitrary lines to add to the HTML document's head;
fully supported.