Closed morgandavidson closed 1 year ago
Grab the newest version and (setq org-upcoming-modeline-format (lambda (t h) (format "%s: %s" t h)))
or even (setq org-upcoming-modeline-format (lambda (t h) (format "%s %s" h t)))
if you're feeling adventurous
I got the latest version from Melpa installed ( 0.1.4), and neither line works. They produce the following error message: Error running timer ‘org-upcoming-modeline--set-string’: (setting-constant t)
Or (setq org-upcoming-modeline-format (lambda (title header) (format "%s: %s" title header)))
? You can customise it however you want.
(setq org-upcoming-modeline-format (lambda (title header) (format "%s: %s" title header)))
works perfectly, thank you!
As it shows a Unicode error in my modeline, I'd prefer to remove it or replace it with another symbol if possible.