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

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

[elpa] externals/org-modern eef9323a87 2/2: Fix last commit


From: ELPA Syncer
Subject: [elpa] externals/org-modern eef9323a87 2/2: Fix last commit
Date: Mon, 12 Sep 2022 09:57:53 -0400 (EDT)

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

    Fix last commit
---
 org-modern.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index e825b3f81c..a238e8412f 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -370,14 +370,14 @@ You can specify a font `:family'. The font families 
`Iosevka', `Hack' and
       (while (re-search-forward "::?" end 'noerror)
         (let ((cbeg (match-beginning 0))
               (cend (match-end 0)))
-        (when colon-beg
-          (put-text-property colon-end (1+ colon-end) 'display
-                             (format #(" %c" 1 3 (cursor t)) (char-after 
colon-end)))
-          (put-text-property (1- cbeg) cbeg 'display
-                             (string (char-before cbeg) ?\s))
-          (put-text-property colon-end cbeg 'face 'org-modern-tag))
-        (setq colon-beg cbeg colon-end cend)
-        (add-text-properties (car colon) (cdr colon) colon-props)))))
+          (when colon-beg
+            (put-text-property colon-end (1+ colon-end) 'display
+                               (format #(" %c" 1 3 (cursor t)) (char-after 
colon-end)))
+            (put-text-property (1- cbeg) cbeg 'display
+                               (string (char-before cbeg) ?\s))
+            (put-text-property colon-end cbeg 'face 'org-modern-tag))
+          (add-text-properties cbeg cend colon-props)
+          (setq colon-beg cbeg colon-end cend))))))
 
 (defun org-modern--todo ()
   "Prettify headline todo keywords."



reply via email to

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