Org clock round to 5 minute intervals
This commit is contained in:
parent
1bc191e55b
commit
b352d8cf3b
5
init.el
5
init.el
|
@ -542,6 +542,11 @@
|
||||||
"* %?"
|
"* %?"
|
||||||
:target (file+datetree "journal.org.gpg" week)))))
|
:target (file+datetree "journal.org.gpg" week)))))
|
||||||
|
|
||||||
|
(use-package org-clock
|
||||||
|
:after org
|
||||||
|
:custom
|
||||||
|
(org-clock-rounding-minutes 5))
|
||||||
|
|
||||||
(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