emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5c247fb27b 4/4: org-html-postamble: Clarify that st


From: ELPA Syncer
Subject: [elpa] externals/org 5c247fb27b 4/4: org-html-postamble: Clarify that string value is format string
Date: Tue, 15 Nov 2022 23:57:59 -0500 (EST)

branch: externals/org
commit 5c247fb27b70ca626b90418c017319c6736e7acd
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-html-postamble: Clarify that string value is format string
    
    * lisp/ox-html.el (org-html-postamble): Clarify that string value of
    the variable is not inserted verbatim, but used as format string.
    
    Reported-by: Tim Cross <theophilusx@gmail.com>
    Link: https://orgmode.org/list/86wn8gbvk0.fsf@gmail.com
---
 lisp/ox-html.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 203144e15d..4baa665ce3 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1277,9 +1277,11 @@ For further information about MathJax options, see the 
MathJax documentation:
 
 When set to `auto', check against the
 `org-export-with-author/email/creator/date' variables to set the
-content of the postamble.  When set to a string, use this string
-as the postamble.  When t, insert a string as defined by the
-formatting string in `org-html-postamble-format'.
+content of the postamble.  When t, insert a string as defined by the
+formatting string in `org-html-postamble-format'.  When set to a
+string, use this formatting string instead (see
+`org-html-postamble-format' for an example of such a formatting
+string).
 
 When set to a function, apply this function and insert the
 returned string.  The function takes the property list of export



reply via email to

[Prev in Thread] Current Thread [Next in Thread]