[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] The align of time is not beautiful as 9.4 when I update to o
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] The align of time is not beautiful as 9.4 when I update to org 9.5. |
Date: |
Mon, 04 Oct 2021 18:36:57 +0800 |
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>> I think, "%5s" is enough, flag "0" does not anything useful for
>> strings.
>
> Also, the fix belongs to `org-get-time-of-day', which is also
> responsible for formatting the output.
I doubt so. `org-get-time-of-day' is used to format ending time in time
ranges. If we force fixed width in `org-get-time-of-day', we may have
something like " 8:00- 9:00" instead of " 8:00-9:00". On the other
hand, the current behaviour for non-nil org-agenda-timegrid-use-ampm, we
already have "8am- 9am" even without the patch.
WDYT?
Best,
Ihor