From b8c98d08efaea1182cdc4a6adc82c576002b9b68 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 21 May 2021 15:50:23 +0200 Subject: [PATCH] Ignore scheduled items on the Waiting-For list This allows to schedule items to some future date and not be remined about them until then. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 8ba00c8..7b34194 100644 --- a/init.el +++ b/init.el @@ -1081,6 +1081,7 @@ ("U" "Unsupervised (Waiting, Missed Appointments, Hold)" ((tags-todo "WAIT" ((org-agenda-overriding-header "Waiting For List") + (org-agenda-todo-ignore-scheduled 'future) (org-agenda-sorting-strategy '(priority-down category-up)))) (tags-todo "DATE" ((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")