Set org-duration-format to always use hours and minutes format

This commit is contained in:
Evie Litherland-Smith 2024-08-16 15:06:52 +01:00
parent 2fe6837307
commit e6b11fedd4

View file

@ -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)