-
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
org-super-agenda-keep-order breaks for auto groups #207
Comments
Thanks for reporting. @Alexander-Miller Would you be able to take a look at this? |
Will do. |
Sorry for the late response, I had the grand idea to first work through whatever came up for my own packages before coming back to this bug ... Anyway, I have a diagnosis, so now it is time to discuss the treatment. The problem is that due to the There's 2 fixes I see:
I'm fine building either fix - what do you think @alphapapa ? |
What about doing this recursively? That way it wouldn't be limited to just one level. I think that would be ideal if so. |
Hi @Alexander-Miller, are you still interested in fixing this or should someone else work on it? |
It's still on the agenda somewhere. I've just haven't been able to dedicate enough time to it since I'm struggling to fight off all the other issues that keep piling on day by day. But I do plan to have a go at this eventually. |
Understandable, thanks for the reply! If I get some spare time to prioritize it I'll try to work on this, but I'm in the same boat as you. |
Is there any plan to fix this? Right now I'm just defining explicity groups instead of auto. |
Yes, it is intended to be fixed when time permits. @Alexander-Miller I'm guessing that recursively sorting the auto-grouped lists should work well enough, if you're still interested in implementing that. |
@alphapapa |
PR is up, recursive sorting seems to do the trick. Let me know if anything's amiss. |
It's past time to tag a stable release of v1.3, which has several changes already, so I'm targeting this for v1.4. |
See also <#207>, but the problem with this test appears to be something else.
Using
(setq org-super-agenda-keep-order t)
, introduced recently by !167, causes a backtrace with:auto-category
or:auto-parent
. I didn't test other:auto-*
groups, but I'm guessing it's likely to be the case for all of them.Example agenda view:
Resulting backtrace when attempting to view it via
C-c a n c
(some sensitive data replaced with<redacted>
):I don't think that this has anything to do with my org files or other config, but let me know if you need more info and I can provide it.
Context:
org-super-agenda-keep-order
is not enabledmaster
HEAD - commit fb5e2efbugfix
HEAD - commit http://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=73875939amaster
HEAD as of about a day ago - commit emacs-mirror/emacs@9a5a35c5a6The text was updated successfully, but these errors were encountered: