Change time stamp roundings

This commit is contained in:
Marcus Kammer 2021-07-14 13:29:38 +02:00
parent 44e70e63e3
commit 5437499e3b

View file

@ -196,7 +196,7 @@
("sqlite" . sql)
("scheme" . racket)
("plantuml" . plantuml))))
(org-time-stamp-rounding-minutes '(15 15))
(org-time-stamp-rounding-minutes '(30 30))
(org-todo-keywords (quote
((sequence "OPEN" "TODO" "DOING" "|" "DONE"))))
(org-use-property-inheritance nil)