From 8ba10fda9c268861d502548c0efb1bb2e4118ac6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 7 Sep 2020 16:59:41 +0200 Subject: [PATCH] Show closed and clocked states in agenda by default State changes are usually not that relevant for me. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index dcf1426..9e93067 100644 --- a/init.el +++ b/init.el @@ -989,7 +989,7 @@ With given ARG, display files in `db/important-document-path’." org-agenda-skip-scheduled-if-deadline-is-shown 'not-today org-agenda-tags-todo-honor-ignore-options t org-agenda-start-with-log-mode nil - org-agenda-log-mode-items '(closed state) + org-agenda-log-mode-items '(closed clock) org-agenda-remove-tags t org-agenda-sticky nil org-agenda-inhibit-startup nil