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

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

[elpa] externals/org-modern a84994dc77 15/65: Improve cursor placement o


From: ELPA Syncer
Subject: [elpa] externals/org-modern a84994dc77 15/65: Improve cursor placement on timestamps (See #2)
Date: Mon, 7 Mar 2022 12:57:45 -0500 (EST)

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

    Improve cursor placement on timestamps (See #2)
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 13290681d0..9651568f05 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -325,7 +325,7 @@ Set to nil to disable the progress bar."
       (put-text-property
        (match-beginning 4)
        (1+ (match-beginning 4))
-       'display (format " %c"
+       'display (format #(" %c" 1 3 (cursor t))
                         (char-after (match-beginning 4))))
       ;; hour
       (put-text-property



reply via email to

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