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.
This commit is contained in:
Daniel - 2022-01-23 09:34:18 +01:00
parent efb7500202
commit 50362f4d27
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

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