Ignore scheduled items on the Waiting-For list

This allows to schedule items to some future date and not be remined about them
until then.
This commit is contained in:
Daniel - 2021-05-21 15:50:23 +02:00
parent b0fead9778
commit b8c98d08ef
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -1081,6 +1081,7 @@
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
((tags-todo "WAIT"
((org-agenda-overriding-header "Waiting For List")
(org-agenda-todo-ignore-scheduled 'future)
(org-agenda-sorting-strategy '(priority-down category-up))))
(tags-todo "DATE"
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")