Filter waiting tasks by tag, not keyword

This is possible because the state triggers are working correctly now.

Note: add the WAIT keyword to all existing waiting tasks, or otherwise this
the Unsupervised view will not work correctly!
This commit is contained in:
Daniel - 2020-07-04 14:03:48 +02:00
parent 01362ff804
commit e039cfb658
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ With given ARG, display files in `db/important-document-path."
(org-agenda-prefix-format '((tags . "%-12c %-4e ")))))))
("U" "Unsupervised (Waiting, Unscheduled, Stuck, Hold)"
((tags-todo "/WAIT"
((tags-todo "WAIT"
((org-agenda-overriding-header "Tasks requiring response/input")))
(tags-todo "-HOLD-READ-SOMEWHEN/-DONE"
((org-agenda-overriding-header "Things not being scheduled or deadlined")