Add list for missed appointments

When a DATE action is missed, it will not show up in the agenda anymore.  So
let's track them individually.
This commit is contained in:
Daniel - 2021-04-25 10:32:30 +02:00
parent 7cc1c19c22
commit 524c36a014
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -1077,6 +1077,9 @@
(org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy
'(priority-down time-up category-keep))))
(tags-todo "DATE"
((org-agenda-overriding-header "Missed appointments (DATEs with timestamp in the past)")
(org-agenda-todo-ignore-timestamp 0)))
(stuck ""
((org-agenda-overriding-header "Stuck Tasks")))
(tags-todo "HOLD"