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

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

[elpa] externals-release/org dfdd5cd: lisp/ox-html.el: Finish the headli


From: ELPA Syncer
Subject: [elpa] externals-release/org dfdd5cd: lisp/ox-html.el: Finish the headline numbering part by a full stop
Date: Mon, 3 May 2021 13:57:17 -0400 (EDT)

branch: externals-release/org
commit dfdd5cd0cd44d09c12342d25f5b43cb9dd831e58
Author: Mingkai Dong <mk@dong.mk>
Commit: Bastien <bzg@gnu.org>

    lisp/ox-html.el: Finish the headline numbering part by a full stop
    
    * lisp/ox-html.el (org-html-headline): Finish the numbering part
    with a full stop, to be consistent with the TOC numbers.
    
    TINYCHANGE
    
    Link: https://orgmode.org/list/2F46C11A-B2CD-445C-A811-CB05A043FE46@dong.mk
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index cf230ad..5a81c4c 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -2646,7 +2646,7 @@ holding contextual information."
                                 (format
                                  "<span class=\"section-number-%d\">%s</span> "
                                  level
-                                 (mapconcat #'number-to-string numbers ".")))
+                                 (concat (mapconcat #'number-to-string numbers 
".") ".")))
                            formatted-text)
                           level)
                   ;; When there is no section, pretend there is an



reply via email to

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