From 93cff0b3849c97300d979d3f95fcc5eb2a6b917c Mon Sep 17 00:00:00 2001 Message-Id: <93cff0b3849c97300d979d3f95fcc5eb2a6b917c.1667363392.git.yantar92@posteo.net> In-Reply-To: References: From: Ihor Radchenko Date: Wed, 2 Nov 2022 12:22:36 +0800 Subject: [PATCH 2/3] org-manual: Clarify similarities and differences between HTML pre/postamble * doc/org-manual.org (HTML preamble and postamble): Clarify that `org-html-postamble' can take the same values with `org-html-preamble'. Highlight, that `org-html-postamble' can also be set to `auto'. Reported-by: Tim Cross Link: https://orgmode.org/list/86wn8gbvk0.fsf@gmail.com --- doc/org-manual.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index dc2fc57cd..f07466dff 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -13027,17 +13027,17 @@ *** HTML preamble and postamble ~org-html-preamble-format~ for the format string. Set ~org-html-preamble~ to a string to override the default format -string. If the string is a function, the HTML exporter expects the -function to return a string upon execution. The HTML exporter inserts -this string in the preamble. The HTML exporter does not insert -a preamble if ~org-html-preamble~ is set ~nil~. - -The default value for ~org-html-postamble~ is ~auto~, which makes the -HTML exporter build a postamble from looking up author's name, email -address, creator's name, and date. Set ~org-html-postamble~ to ~t~ to -insert the postamble in the format specified in the -~org-html-postamble-format~ variable. The HTML exporter does not -insert a postamble if ~org-html-postamble~ is set to ~nil~. +string. If set to a function, the HTML exporter expects the function +to return a string upon execution. The HTML exporter inserts this +string in the preamble. The HTML exporter does not insert a preamble +if ~org-html-preamble~ is set ~nil~. + +The above also applies to ~org-html-postamble~ and +~org-html-postamble-format~. In addition, ~org-html-postamble~ can be +set to ~auto~ (its default value), which makes the HTML exporter build +a postamble from looking up author's name, email address, creator's +name, and date. + *** Quoting HTML tags :PROPERTIES: -- 2.35.1