Here is a sample entry:
*** TODO Some Task
SCHEDULED: <2021-07-19 Mon> DEADLINE: <2021-07-01 Thu +1y>
As you can see, it is past deadline. But it is still incomplete and it is scheduled for a future date.
I want such tasks to show in the agenda only on or after the scheduled date, not before.
How do I achieve that?
As a side note, if I set the variable org-agenda-todo-ignore-deadlines
to 'past
, the global TODO list does not show this item. But the agenda does! Is there a way to force similar behavior for the agenda?