From dfdd5cd0cd44d09c12342d25f5b43cb9dd831e58 Mon Sep 17 00:00:00 2001 From: Mingkai Dong Date: Mon, 3 May 2021 19:10:52 +0200 Subject: [PATCH] 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 cf230adee..5a81c4ccf 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -2646,7 +2646,7 @@ holding contextual information." (format "%s " level - (mapconcat #'number-to-string numbers "."))) + (concat (mapconcat #'number-to-string numbers ".") "."))) formatted-text) level) ;; When there is no section, pretend there is an