From 67e5fd217592354d2f789d6379567f332941f3e6 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sat, 16 Mar 2024 12:54:31 +0530 Subject: [PATCH] doom/org: skip entries that are done/cancelled from agenda org-agenda default behavior appears to be changed and now is including entries for things that were cancelled ages ago. These variables are not all necessary, but they seem like good choice to keep the clutter out. --- modules/emacs/doom/config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/emacs/doom/config.org b/modules/emacs/doom/config.org index 5d8cbc2..fba73f9 100644 --- a/modules/emacs/doom/config.org +++ b/modules/emacs/doom/config.org @@ -444,6 +444,9 @@ As such, relying on imperative config evaluation can turn into gotchas. While th org-agenda-restrict t org-agenda-skip-scheduled-if-deadline-is-shown t org-agenda-skip-timestamp-if-deadline-is-shown t + org-agenda-skip-deadline-prewarning-if-scheduled t + org-agenda-skip-scheduled-if-done t + org-agenda-skip-deadline-if-done t org-agenda-restore-windows-after-quit t org-refile-use-outline-path 'title org-icalendar-force-alarm 0