On 02/03/2023 21:14, Rudolf Adamkovič wrote:
+++ b/lisp/org-clock.el
@@ -728,9 +728,9 @@ If not, show simply the clocked time like 01:50."
                                'org-mode-line-clock-overrun
                              'org-mode-line-clock)))
               (effort-str (org-duration-from-minutes effort-in-minutes)))
-         (format (propertize " [%s/%s] (%s)" 'face 'org-mode-line-clock)
+         (format (propertize " [%s/%s] (%s) " 'face 'org-mode-line-clock)

Previous discussion of spaces in mode-line:

Ihor Radchenko to emacs-orgmode… Re: Weird gap in agenda mode-line. Sun, 14 Nov 2021 15:52:31 +0800. https://list.orgmode.org/87k0hbdvi8.fsf@localhost

It seems agenda components use leading spaces but no trailing ones. I am not familiar with mode line formatting, so it may be a false alarm.


Reply via email to