From e039cfb6587ffc2412993fdb2ca2090a2b49008c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jul 2020 14:03:48 +0200 Subject: [PATCH] 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! --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e869abd..a98564b 100644 --- a/init.el +++ b/init.el @@ -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")