Ignore waiting-fors that are scheduled at any time
We only ignored future items so far, but those that are scheduled today or in the past are also in our focus (i.e., our the daily agenda). So let's not show those as well.
This commit is contained in:
parent
4bc26adbcb
commit
97d45a8874
2
init.el
2
init.el
@ -1082,7 +1082,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-todo-ignore-scheduled t)
|
||||
(org-agenda-sorting-strategy '(priority-down category-up))))
|
||||
(tags-todo "DATE"
|
||||
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user