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.
This commit is contained in:
Payas Relekar 2024-03-16 12:54:31 +05:30
parent 316df063a6
commit 67e5fd2175

View file

@ -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