From ae0cca6dfbc43d91dbee022b447f8a6e70a250d2 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 17 Nov 2024 10:50:14 +0100 Subject: [PATCH] Use exact time for time stamps --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b9b42f32..1fdc7f57 100755 --- a/init.el +++ b/init.el @@ -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")))