From 1480606174260657e27a0f02f8f44f1fca14b005 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Mon, 29 Jun 2020 17:00:24 +0200
Subject: Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings

These export settings are treated like their non-extra counterparts,
i.e., the values are added to the `header-includes` metadata list.
---
 doc/org.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

(limited to 'doc')

diff --git a/doc/org.md b/doc/org.md
index d117d09dc..17b994f19 100644
--- a/doc/org.md
+++ b/doc/org.md
@@ -53,9 +53,10 @@ occur.
   the description. In contrast, the Org-mode HTML exporter treats
   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.
@@ -77,10 +78,10 @@ occur.
   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.
+- 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
-- 
cgit v1.2.3