Hello, "Julian M. Burgos" <julian.bur...@hafogvatn.is> 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