Do not show tasks on hold in main todo agenda view

This commit is contained in:
Daniel - 2020-07-04 13:59:24 +02:00
parent 06f243a068
commit 1ab462f759
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ With given ARG, display files in `db/important-document-path."
(org-agenda-overriding-header "Things to refile (make it empty!)")))))
("O" "Open, non-periodic TODOs"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD"
((org-agenda-overriding-header "List of open, non-periodic TODO items")
(org-use-tag-inheritance t)
(org-agenda-sorting-strategy '(deadline-down priority-down))