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

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

[elpa] externals/org 635920c: Merge branch 'maint'


From: ELPA Syncer
Subject: [elpa] externals/org 635920c: Merge branch 'maint'
Date: Thu, 1 Apr 2021 11:57:10 -0400 (EDT)

branch: externals/org
commit 635920c730e861ca667b99358c7b4f3b153bce0f
Merge: f03cba1 f7e0e17
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'maint'
---
 lisp/ox-texinfo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 6e8d0d6..770e839 100644
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -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))



reply via email to

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