-
-
Notifications
You must be signed in to change notification settings - Fork 50
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-modern blocks subtree movement/refiling #128
Comments
The pos-bol error is caused since you miss the Compat dependency. Ensure that you update all packages. Maybe you use Straight? Straight doesn't respect version contraints, see radian-software/straight.el#1083. I cannot reproduce the demote issue in my setup, but that's expected since the demote problem is most likely caused by the missing pos-bol function. |
Hey thanks for getting back to me. I do have compat installed however! I've used use-package with :ensure t to install org-modern, which should take care of dependencies. I had also just done a M-x list-packages (... wait for refresh) U y.
In my list of packages it says it's been installed as a dependency.
But to prevent it being an issue with my own setup, I included the MWE that uses with-emacs.sh to show that it also occurs when I only install org-modern (and its dependencies) (which just uses Cheers |
I don't know what the issue is, but I cannot reproduce it with emacs -Q and org-modern and compat. Maybe you use a very outdated commit of Emacs 29? |
I'm on Emacs 29.0.50, which I've built quite a while ago because compilation takes so long. This might be the issue? |
You were right, updating to Emacs 30.0.50 has resolved this issue! Thanks :) |
Please make sure that you update Emacs more regularly if you use the master branch to prevent such issues in the future. The master branch cannot be considered stable since it is early in its life cycle. Otherwise I recommend that you use Emacs 29 from the emacs-29 branch which is stable. Personally I compile Emacs from the emacs-29 branch myself until Emacs 30 stabilizes a bit more. |
Since a while I get some issues with org-modern!
Here are the steps to recreate what I did: use alphapapa's with-emacs
create a new org file, e.g. ~/Downloads/test-org-modern.org, write:
M-x org-modern-mode
This gives me the following warning:
Now to get the real issues:
-> Only the current heading moves.
-> The heading gets copied to test, but remains its own heading as well
Turn off org-modern-mode and try again to get the desired behaviour.
org-modern.el has this in it:
The text was updated successfully, but these errors were encountered: