You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now create a custom agenda command to achieve this.
For your use case to show only those tasks that does not have a scheduled date you can use org_agenda_todo_ignore_scheduled filter.
example:
org_agenda_custom_commands= {
s= {
description='Tasks that are not scheduled',
types= {
{
type='tags',
org_agenda_overriding_header='Unscheduled tasks',
org_agenda_todo_ignore_scheduled='all'
}
}
}
}
Uh oh!
There was an error while loading. Please reload this page.
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
According to the following StackExchange thread it should be possible:
How do I view all org-mode TODOs that are not recurring, or not scheduled?
Feature value
It would be nice, if I could display all TODOs which are so fare not scheduled. I tried to use advanced search but I was not able to filter them out.
Additional context
No response
The text was updated successfully, but these errors were encountered: