-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time-grid should not consume all items in list of TODO entries #212
Comments
Hi, This is probably due to a peculiarity of how Org makes agenda views and the "List of all TODO entries" view (which isn't an agenda view but is prepared by the org-agenda library, so maybe it is an agenda view? issues like this are one of the reasons I wrote You can see here what causes the org-super-agenda/org-super-agenda.el Line 449 in fb5e2ef
C-u C-x = and see if any match. And then, if you're brave enough, you could dig into org-agenda.el and find the code that adds those text properties.
You might have found a bug in Org, or maybe just an inconsistency. Whether fixing it here and/or in Org would be appropriate, I don't know. I don't expect that I'll have time to work on fixing this myself anytime soon, so help would be appreciated. Thanks. |
In case it can be useful, I was having the same issue, since I wanted the global TODO list grouped also with
|
Fixing this will require some research and testing to confirm that nothing else gets broken. In the meantime, I can recommend using |
First of all, thank you so much for super-agenda ❤️
I encounter unexpected behavior where I am not sure whether it is the intended way.
When I open the "List of all TODO entries" (
t
),all my items are under the
time-grid
group,even though there is no time grid in the TODO list.
I would expect the
time-grid
group to be empty and all tasks to be passed to the next group.My config:
When I
M-x org-agenda
->t
, all my tasks are listed underToday
instead ofFoo
,Bar
, andOther
. Am I misunderstanding something here?The text was updated successfully, but these errors were encountered: