|
From: | Max Nikulin |
Subject: | Re: [PATCH] org-clock: Add a trailing space to the mode line string |
Date: | Thu, 2 Mar 2023 23:56:21 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |