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

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

[elpa] externals/org 3e497be: Merge branch 'maint'


From: ELPA Syncer
Subject: [elpa] externals/org 3e497be: Merge branch 'maint'
Date: Sun, 2 May 2021 11:57:12 -0400 (EDT)

branch: externals/org
commit 3e497bec351c7efad214e26ff7ea92fe93c7a527
Merge: 379e22b ab82d6a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

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

diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el
index 7f843ee..8ab022d 100644
--- a/lisp/ox-ascii.el
+++ b/lisp/ox-ascii.el
@@ -1033,7 +1033,7 @@ INFO is a plist used as a communication channel."
             ;; Format TITLE.  It may be filled if it is too wide,
             ;; that is wider than the two thirds of the total width.
             (title-len (min (apply #'max
-                                   (mapcar #'length
+                                   (mapcar #'string-width
                                            (org-split-string
                                             (concat title "\n" subtitle) 
"\n")))
                             (/ (* 2 text-width) 3)))



reply via email to

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