From 50362f4d27e09f7dd433cbd0373faf9eb3668086 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 23 Jan 2022 09:34:18 +0100 Subject: [PATCH] Allow to ignore stuck projects that are scheduled in the future This allows to postpone projects into the future when they are not relevant now but would otherwise be stuck. Because of the scheduling, an automatic reminder will appear on the agenda when the date is due, upon which the projects is shown again as stuck. Then new items can be planned, or other measure might be taken. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 81ebcae..6dbb5cc 100644 --- a/init.el +++ b/init.el @@ -1118,7 +1118,8 @@ ("P" "Current Projects and Topics" ((stuck "" - ((org-agenda-overriding-header "Stuck Projects"))) + ((org-agenda-overriding-header "Stuck Projects") + (org-agenda-todo-ignore-scheduled 'future))) (tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE-SOMEWHEN-HOLD-SCHEDULED>=\"<+1d>\"" ((org-agenda-overriding-header "Open Projects"))) (tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""