Ignore Waiting-For actions on Next Action list

Obvious, but had missed that.
This commit is contained in:
Daniel - 2021-04-25 11:17:25 +02:00
parent 524c36a014
commit 97b9141b31
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@
("U" "Unsupervised (Waiting, Unscheduled, Stuck, Hold)"
((tags-todo "WAIT"
((org-agenda-overriding-header "Waiting For List")))
(tags-todo "-HOLD-READ-SOMEWHEN-DATE/-DONE"
(tags-todo "-HOLD-READ-SOMEWHEN-DATE-WAIT/-DONE"
((org-agenda-overriding-header "Next Actions List (Things not yet scheduled)")
(org-tags-match-list-sublevels t)
(org-agenda-todo-ignore-scheduled t)