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

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

[elpa] externals/org 937a0d8 4/6: Merge branch 'maint'


From: ELPA Syncer
Subject: [elpa] externals/org 937a0d8 4/6: Merge branch 'maint'
Date: Sat, 15 May 2021 08:57:14 -0400 (EDT)

branch: externals/org
commit 937a0d8598ae069de9b9c87922f702f36ba66989
Merge: 405d82e ed5e289
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    Merge branch 'maint'
---
 lisp/org-agenda.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index ccd3c5f..4ed1969 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7150,8 +7150,8 @@ The optional argument TYPE tells the agenda type."
                    ;; 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))))))
+                                                       'display))
+                   (substring x (match-end 3)))))))
       x)))
 
 (defsubst org-cmp-values (a b property)



reply via email to

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