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

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

[elpa] externals-release/org 77213ac 1/4: Fix code typo in 06c064e9


From: ELPA Syncer
Subject: [elpa] externals-release/org 77213ac 1/4: Fix code typo in 06c064e9
Date: Sat, 15 May 2021 08:57:11 -0400 (EDT)

branch: externals-release/org
commit 77213acb8f110af184da1cf5931d538d0b671550
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    Fix code typo in 06c064e9
---
 lisp/org-agenda.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b7a5d40..559d114 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7065,12 +7065,12 @@ The optional argument TYPE tells the agenda type."
                   (substring x 0 (match-end 1))
                    (unless (string-empty-p 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)))
-                  (substring x (match-end 3)))))))
+                            (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)))
+                 (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]