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

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

[elpa] externals/org-modern d272f966ff: Fix agenda todo status fontifica


From: ELPA Syncer
Subject: [elpa] externals/org-modern d272f966ff: Fix agenda todo status fontification
Date: Tue, 22 Nov 2022 12:58:08 -0500 (EST)

branch: externals/org-modern
commit d272f966ff613cc56a96889b2cd4722ab3986e9e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix agenda todo status fontification
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 04e8d4d2a4..8a8a394258 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -748,7 +748,7 @@ the font.")
     (save-match-data
       (when org-modern-todo
         (goto-char (point-min))
-        (let ((re (format ": +%s "
+        (let ((re (format " %s "
                           (regexp-opt
                            (append org-todo-keywords-for-agenda
                                    org-done-keywords-for-agenda) t)))



reply via email to

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