I have items that have a deadline for today and repeat daily, eg:
- TODO [#A] Exercise DEADLINE: <2020-09-08 Tue ++1d>
If this TODO has a deadline of today, that is great, I would like to see it in the agenda for today.
When I mark this TODO as done, and it then gets the deadline date to be tomorrow, it still shows up in the agenda for today prefaced by:
In 1 d.
And I dont want to see any items listed today that have a deadline for tomorrow.
Is there any way to set emacs org mode to do this?
I tried
(setq org-agenda-todo-ignore-scheduled 'future)
But this does not work.
Thanks ahead of time....