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:
parent
b0fead9778
commit
b8c98d08ef
1
init.el
1
init.el
@ -1081,6 +1081,7 @@
|
|||||||
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
|
("U" "Unsupervised (Waiting, Missed Appointments, Hold)"
|
||||||
((tags-todo "WAIT"
|
((tags-todo "WAIT"
|
||||||
((org-agenda-overriding-header "Waiting For List")
|
((org-agenda-overriding-header "Waiting For List")
|
||||||
|
(org-agenda-todo-ignore-scheduled 'future)
|
||||||
(org-agenda-sorting-strategy '(priority-down category-up))))
|
(org-agenda-sorting-strategy '(priority-down category-up))))
|
||||||
(tags-todo "DATE"
|
(tags-todo "DATE"
|
||||||
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
|
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user