[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix bug assuming canonical duration units in org-agenda-form
From: |
Nicolas Goaziou |
Subject: |
Re: [PATCH] Fix bug assuming canonical duration units in org-agenda-format-items |
Date: |
Tue, 31 Aug 2021 20:34:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Anders Johansson <mejlaandersj@gmail.com> writes:
>> I think a proper fix would be to change `org-duration-from-minutes' so
>> it removes any unknown unit from what is provided from fmt or
>> `org-duration-format', and defaults to (special . h:mm) if nothing is
>> left.
>>
>> WDYT?
>>
> Perhaps. I don't understand `org-duration-from-minutes` well enough to
> change it.
You don't really need to understand it. I suggest using a filter as the
very first step of the function.
> I guess the stripping of unknown units from fmt or
> `org-duration-format` would then have to compare either against
> `org-duration-units` or `org-duration-canonical-units` depending on
> the canonical argument.
Exactly.
Regards,
--
Nicolas Goaziou