From 8e421f8073fe307f6ed578870e33a5727b66373a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 15 Aug 2024 17:33:33 +0100 Subject: [PATCH] org-agenda start with log mode now that the face is fixed --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 63f4f05..59a43fc 100644 --- a/README.org +++ b/README.org @@ -998,7 +998,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 nil) + (org-agenda-start-with-log-mode t) (org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s") (todo . " %-12:c") (tags . " %-12:c")