summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingkai Dong <mk@dong.mk>2021-05-03 19:10:52 +0200
committerBastien <bzg@gnu.org>2021-05-03 19:10:52 +0200
commitdfdd5cd0cd44d09c12342d25f5b43cb9dd831e58 (patch)
tree519aa942a3d1a18f1f4c265616dc88cab2b42feb
parentde93bf02bffe3b63d5710894e5fa2e314768391e (diff)
downloadorg-mode-dfdd5cd0.tar.gz
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
-rw-r--r--lisp/ox-html.el2
1 files changed, 1 insertions, 1 deletions
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