branch: externals/org-modern
commit a84994dc77be3e0cb339be56b3aefb388860d422
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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