From 613044b95465289f5c9dfc3761d5ddcba958cc0d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 31 Aug 2025 10:31:37 +0200 Subject: [PATCH] Do not show passed deadlines in separate agenda view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They will be shown in the main time grid agenda view anyway. Note that this does not exclude deadlines due to today – those are still shown both in the main time grid agenda view as well as in the separate upcoming deadline view. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 1115331..4168b7f 100644 --- a/init.el +++ b/init.el @@ -1240,6 +1240,7 @@ accordingly." (db/org-agenda-list-deadlines "" ((org-agenda-overriding-header "Deadlines") + (org-deadline-past-days 0) (org-agenda-sorting-strategy '(deadline-up priority-down)) (org-deadline-warning-days 30))) (tags-todo "TODO={CONT\\|ATTN}-HOLD-SOMEWHEN"