Ignore SOMEWHEN items on waiting-for list

They are shown in the dedicated SOMEWHEN list, where they belong.
This commit is contained in:
Daniel - 2021-12-14 19:34:34 +01:00
parent ded3e93e78
commit 092cbd653d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@
(org-agenda-prefix-format '((tags . "%-12c %-4e ")))))))
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT-HOLD"
((tags-todo "WAIT-HOLD-SOMEWHEN"
((org-agenda-overriding-header "Waiting For List")
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy '(priority-down category-up))))