Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2021-04-01 17:15:36 +02:00
commit 635920c730
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ a plist containing contextual information."
;; Colons are used as a separator between title and node
;; name. Remove them.
(replace-regexp-in-string
"[ \t]+:+" ""
"[ \t]*:+" ""
(org-texinfo--sanitize-title
(org-export-get-alt-title h info) info)))
(node (org-texinfo--get-node h info))