[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Confused about org-duration-format
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Confused about org-duration-format |
Date: |
Mon, 04 Dec 2017 18:45:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
"Julian M. Burgos" <address@hidden> writes:
> I do not quite follow how to set up org-duration-format. In particular,
> I would like to have my clock tables represented as decimal hours (e.g.
> 3.50 h, rather than 3:30 h).
I think it would be
'(("h" . t) (special . 2))
You can test the output with, e.g.
M-: (org-duration-from-minutes 200 '(("h" . t) (special . 2)))
Regards,
--
Nicolas Goaziou