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

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

[elpa] externals/org 26b0297 20/85: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 26b0297 20/85: Merge branch 'bugfix'
Date: Mon, 27 Sep 2021 15:57:41 -0400 (EDT)

branch: externals/org
commit 26b0297f65eb38eff3253b77df3ca3e4e113c1d0
Merge: 815c0b3 3f5605e
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    Merge branch 'bugfix'
---
 lisp/org-agenda.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 869c6c1..ac74560 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7161,7 +7161,7 @@ The optional argument TYPE tells the agenda type."
            (setq x
                  (concat
                   (substring x 0 (match-end 1))
-                   (unless (string-empty-p org-agenda-todo-keyword-format)
+                   (unless (string= org-agenda-todo-keyword-format "")
                     (format org-agenda-todo-keyword-format
                             (match-string 2 x)))
                    ;; Remove `display' property as the icon could leak



reply via email to

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