Use exact time for time stamps

This commit is contained in:
Marcus Kammer 2024-11-17 10:50:14 +01:00
parent 8ac0636668
commit ae0cca6dfb

View file

@ -1668,7 +1668,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(org-src-fontify-natively t)
(org-src-tab-acts-natively t)
(org-src-window-setup 'other-window)
(org-time-stamp-rounding-minutes '(30 30))
(org-time-stamp-rounding-minutes '(0 5))
(org-todo-keywords
'((sequence "TODO" "DOING(!)" "DONE(!)")
(sequence "RECRUIT" "INTERVIEW" "QDA" "DOC" "REVIEW")))