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

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

[elpa] externals/org b7c32d873d: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org b7c32d873d: Merge branch 'bugfix'
Date: Mon, 21 Mar 2022 03:57:45 -0400 (EDT)

branch: externals/org
commit b7c32d873d3c96324a23221b73b8c02eee793dc1
Merge: 7e78f664b2 847e332301
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Merge branch 'bugfix'
---
 lisp/org-agenda.el | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 9bc44a56eb..2d1a67d189 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7635,12 +7635,13 @@ The optional argument TYPE tells the agenda type."
                  (concat
                   (substring x 0 (match-end 1))
                    (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
-                  ;; on the white space.
-                  (org-add-props " " (org-plist-delete (text-properties-at 0 x)
-                                                        'display))
+                     (format org-agenda-todo-keyword-format
+                             (match-string 2 x)))
+                   (unless (string= org-agenda-todo-keyword-format "")
+                     ;; Remove `display' property as the icon could leak
+                     ;; on the white space.
+                     (org-add-props " " (org-plist-delete (text-properties-at 
0 x)
+                                                          'display)))
                    (substring x (match-end 3)))))))
       x)))
 



reply via email to

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