Fix false filter in Next Action List

This commit is contained in:
Daniel - 2022-02-25 17:13:25 +01:00
parent 9221f0f8af
commit c35956c2dd
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@
(tags-todo "TODO<>\"CONT\"-HOLD-SOMEWHEN-DATE-WAIT/-DONE"
((org-agenda-overriding-header "Next Actions List (not WIP, not scheduled)")
(org-tags-match-list-sublevels t)
(org-agenda-todo-ignore-scheduled 'future)
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy '(priority-down category-up))))))
("B" "Backlog"
((tags-todo "-HOLD-SOMEWHEN-DATE-PERIODIC/-DONE"