Set org-duration-format to always use hours and minutes format
This commit is contained in:
parent
2fe6837307
commit
e6b11fedd4
|
@ -996,6 +996,11 @@ Configure email with iCalendar event support, to integrate with
|
||||||
:custom
|
:custom
|
||||||
(org-clock-rounding-minutes 15))
|
(org-clock-rounding-minutes 15))
|
||||||
|
|
||||||
|
(use-package org-duration
|
||||||
|
:after org
|
||||||
|
:custom
|
||||||
|
(org-duration-format '((special . h:mm))))
|
||||||
|
|
||||||
(use-package org-agenda
|
(use-package org-agenda
|
||||||
:after (org appt)
|
:after (org appt)
|
||||||
:bind (("C-c o a" . org-agenda)
|
:bind (("C-c o a" . org-agenda)
|
||||||
|
|
Loading…
Reference in a new issue