From a4019f180d4cc7c415c03fa5c2030b112f8fce1f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Dec 2024 13:49:08 +0000 Subject: [PATCH] org-agenda don't start with log-mode by default --- system/home/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 632e8c9a..c3dc196a 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -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")