Exclude HOLD items from WIP list

This commit is contained in:
Daniel - 2022-05-16 21:15:03 +02:00
parent 3dcbf3e800
commit 99dbd00e71
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@
((org-agenda-overriding-header "Deadlines")
(org-agenda-sorting-strategy '(deadline-up priority-down))
(org-deadline-warning-days 30)))
(tags-todo "TODO={CONT\\|ATTN}"
(tags-todo "TODO={CONT\\|ATTN}-HOLD"
((org-agenda-overriding-header "WIP List (TODO ∈ {CONT,ATTN}, not scheduled in the future)")
(org-agenda-sorting-strategy '(priority-down category-up))
(org-agenda-todo-ignore-scheduled 'future)))