Fix overview of tasks on hold

When filtering for tags instead of todo keywords, inheritance kicks in and makes
handling tasks on hold much easier: the relevant headline can be set on hold,
and all subtasks are automatically on hold as well.
This commit is contained in:
Daniel - 2020-07-04 13:55:21 +02:00
parent 8cd9fd2376
commit 06f243a068
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -1007,7 +1007,7 @@ With given ARG, display files in `db/important-document-path."
(org-agenda-sorting-strategy '(deadline-down priority-down))
(org-agenda-prefix-format '((tags . "%-12c %-4e ")))))))
("U" "Unsupervised (Waiting, Unscheduled, Stuck)"
("U" "Unsupervised (Waiting, Unscheduled, Stuck, Hold)"
((tags-todo "/WAIT"
((org-agenda-overriding-header "Tasks requiring response/input")))
(tags-todo "-HOLD-READ-SOMEWHEN/-DONE"
@ -1018,7 +1018,7 @@ With given ARG, display files in `db/important-document-path."
'(priority-down time-up category-keep))))
(stuck ""
((org-agenda-overriding-header "Stuck Tasks")))
(tags-todo "/HOLD"
(tags-todo "HOLD"
((org-agenda-overriding-header "Tasks on Hold")))))
("S" "Somewhen (Do if nothing else to do, i.e., personal backlog)"