aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 20:21:56 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-06-29 20:53:25 +0200
commit90ac70c79c776a0f41367a6f509d66591aa925ae (patch)
treed997e3c4734812f5ca4c95801d8b6b75d1de71dd /doc
parent1480606174260657e27a0f02f8f44f1fca14b005 (diff)
downloadpandoc-90ac70c79c776a0f41367a6f509d66591aa925ae.tar.gz
Org reader: unify keyword handling
Handling of export settings and other keywords (like `#+LINK`) has been combined and unified.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.md b/doc/org.md
index 17b994f19..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.