From 3d860c6d199e90920eca62bc3a0cd15f0dda712f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 6 Aug 2024 17:48:00 +0100 Subject: [PATCH] org-agenda don't start with log mode by default --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c4d5b42..578dd42 100644 --- a/README.org +++ b/README.org @@ -915,7 +915,7 @@ Configure email with iCalendar event support, to integrate with (org-agenda-todo-ignore-deadlines 'far) (org-agenda-clockreport-parameter-plist '(:link t :maxlevel 6 :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON"))) (org-agenda-start-with-clockreport-mode t) - (org-agenda-start-with-log-mode t) + (org-agenda-start-with-log-mode nil) (org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s") (todo . " %-12:c") (tags . " %-12:c")