-
Notifications
You must be signed in to change notification settings - Fork 16
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 9.7 seems to break org-sidebar-tree #64
Comments
Probably because of something changed in Org 9.7, which is yet to be released. Fallout from its changes has been spreading, e.g. alphapapa/org-ql#364 I can't offer support for unreleased versions, so you'll have to debug it yourself. Or, who knows, it could just be something to do with DOOM. If I had a dime for every bug report that was caused by something funny DOOM does... Anyway, I'd start by reproducing it in a clean Emacs configuration using https://github.com/alphapapa/with-emacs.sh |
Thanks for the reply. For now I will downgrade org to 9.6, since it seems there are some more issues going on w/ 9.7 (and I have no clue how to debug elisp...) |
Note that for me it doesn't work in 9.6 either when I pin Doom's org-mode package setup at 806abc5a2bbcb5f884467a0145547221ba09eb59 (release 9.6.9) nor at HEAD (c7a2cc988423d25da26ad5d16fa3e1a44c07f52e). I too haven't found a way to debug this yet: the message is just that: a message. So it doesn't trigger the debugger. I do see that |
Hi, I'm experiencing the same issue with latest doom emacs and org 9.6.6 I've attempted to triage this issue, but due to my limited knowledge in Elisp I was just able to add a few debug I don't have a solution, but I think the root cause is here: Line 471 in 288703b
The loop never completes. If I remove that loop, I'm able to open the sidebar tree. If you can't reproduce, I'm happy to provide more details, but I'm afraid I'd need some directions due to me lacking proper Elisp kung-fu. Thanks! |
I've made a v0.4 release, and now v0.5 will target Org 9.6+. The updates in 97e9c81 should help with this problem. Please test and let me know what problems may remain. Thanks. |
I've run a quick test, and seems to be working now with v0.4, thanks! |
Note that v0.4 has the old code. Current |
I just updated with/having |
Thanks for the report. AFAIK this is solved now, so closing. If not, hopefully someone else will report so. |
I start
org-sidebar-tree
withM-x org-sidebar-tree
and then everything stops when it reaches the point "Truncate long lines enabled and 'visual-ilne-mode' disabled.org-version:
Org mode version 9.7 (9.7-??-e90a8a69a @ /Users/lukascbossert/.config/emacs/.local/straight/build-29.1/org/)
My setup:
The text was updated successfully, but these errors were encountered: