org-agenda don't start with log-mode by default

This commit is contained in:
Evie Litherland-Smith 2024-12-13 13:49:08 +00:00
parent 9aab9961c0
commit a4019f180d

View file

@ -760,7 +760,7 @@
(org-agenda-todo-ignore-scheduled 'future)
(org-agenda-todo-ignore-deadlines 'far)
(org-agenda-clockreport-parameter-plist '(:maxlevel 6 :emphasize t :stepskip0 t :fileskip0 t :properties ("WON")))
(org-agenda-start-with-log-mode t)
(org-agenda-start-with-log-mode nil)
(org-agenda-start-with-clockreport-mode t)
(org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s")
(todo . " %-12:c")