Do not show waiting-for's in the agenda any longer

They don't have to be visible all the time, and can easily be queried by other
agenda commands.
This commit is contained in:
Daniel - 2020-06-08 12:47:39 +02:00
parent 97814ff988
commit 4dac319ff7
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 4 deletions

View File

@ -1069,10 +1069,6 @@ in the main agenda view."
((org-agenda-overriding-header "Deadlines")
(org-agenda-sorting-strategy '(deadline-up priority-down))
(org-deadline-warning-days 30)))
(tags-todo "-NOAGENDA/WAIT|DELG"
((org-agenda-overriding-header "Waiting-fors")
(org-agenda-todo-ignore-deadlines t)
(org-agenda-todo-ignore-scheduled t)))
(tags "REFILE"
((org-agenda-files (list db/org-default-refile-file))
(org-agenda-overriding-header "Things to refile")))))