orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Support `org_agenda_todo_ignore_scheduled` and `org_agenda_todo_ignore_deadline` on agendas of agenda type

Open lyz-code opened this issue 8 months ago • 2 comments

Does this feature exist in Emacs orgmode core?

N/A

Orgmode link

No response

Feature value

I have many headlines with an overdue scheduled timestamp, this is fine because most of them are recurrent tasks that don't need to be acted upon exactly at that date but I don't want to act on them before.

My solution to deal with them is to have a custom agenda command to see them when I need.

I also use another agendas for the planning of the day/week/month/... of the type agenda and I'd rather not see those entries on those agendas.

It would be awesome to have org_agenda_todo_ignore_scheduled and org_agenda_todo_ignore_deadlines so that I could for example see the events of the day hiding all those overdue headlines.

I don't know if there is any other way to handle this case. Maybe with a TIMESTAMP query

Additional context

No response

lyz-code avatar Feb 07 '25 11:02 lyz-code