Org clock round to 5 minute intervals

This commit is contained in:
Evie Litherland-Smith 2024-07-26 15:28:40 +01:00
parent 1bc191e55b
commit b352d8cf3b

View file

@ -542,6 +542,11 @@
"* %?"
:target (file+datetree "journal.org.gpg" week)))))
(use-package org-clock
:after org
:custom
(org-clock-rounding-minutes 5))
(use-package org-agenda
:after (org appt)
:bind (("C-c o a" . org-agenda)