Re: [O] decimal hours for clocking

2018-08-21 Thread Samuel Wales
seems to work in maint now. :] On 8/21/18, Nicolas Goaziou wrote: > Org maint is more or less outdated. It was mainly used for merge with > Emacs. Now we are waiting for Org 9.2 to be released so that master can > become the new maint branch.

Re: [O] decimal hours for clocking

2018-08-21 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > i used to be able to do (setq org-duration-format '(("h" . nil) > (special . 2)) to get decimal hours for clocking, like 43.22h meaning > 43 hours and 22/60 minutes. > > in recent org maint, this seems to show up like 2d 11:22. Org maint is more or less outdated. I

[O] decimal hours for clocking

2018-07-20 Thread Samuel Wales
i used to be able to do (setq org-duration-format '(("h" . nil) (special . 2)) to get decimal hours for clocking, like 43.22h meaning 43 hours and 22/60 minutes. in recent org maint, this seems to show up like 2d 11:22. perhaps user error? what i really want is decimal hours for org-clock-displa