-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Indentation broken with latest 9.7.x/9.8 org mode #552
Comments
No one else has this issue? Or if yes, what's the workaround if any? Ty |
Have you figured it out? .... UPDATE: I think I found the which causes the issue in my case.
|
Unfortunately no. I use both emacs 29.4 and 30.1 (work and home, Linux and Mac), native compilation + treesit, with either org 9.7.x or org 9.8.x and it doesnt work in any combination. For now, I mostly stopped using jupyter (just use ob-python) and If I do use it, I am not writing any complex code inside it (just mostly few lines, no indentation). When did it start happening for you? Was after an update? A new package install? It's too bad because it used to work great for a while.... |
No, This is my first time experimenting with this package.
|
Interesting! I already have that but it did not fix it for me. Where do u have (setf (alist-get "python" org-src-lang-modes nil nil #'equal) 'python-ts) ;; <-- check this line ? |
I also think this may be a jupyter issue rather than org. ob-python works with python-ts-mode... My guess is that jupyter has to be updated to work with either mode. A lot of people are switching to ts-modes, I am surprised this is not a more common issue... |
When using python code.
Using both emacs 30.1 and 29.1 on macos or linux.
Makes writing even small pieces of code frustrating now in python...
If revert to ob-python, all works well....
Ty.
The text was updated successfully, but these errors were encountered: