-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Doom freeze when i save (:w) after installing emacs 28 #5924
Comments
This might be related, I'm also using
|
@reyman @kishvanchee In both of your error stack, Org-encrypt-entries seems to be the offending function. doom-run-hook(org-encrypt-entries) |
@nobiot I'm seeing this error when I start emacs... it now takes minutes sometimes, saving seems ok. |
I also tried Doom to test Org-transclusion with Org v9.6. I didn't have this issue of long startup time on my Ubuntu Linux. |
@nobiot You'right, it seems this is not a problem with transclusion at all, i remove this to the title. @oatmealm look at here, other people have the same problem, linked to org cache or encrypt, there is some investigation : kaushalmodi/ox-hugo#487 |
What did you expect to happen?
I install
org-transclusion
from Nobiot, i try to use it in a simple example (see step to reproduce)Everything goes well, except when i hit
:w
, i expect "save", but emacs freeze/hang.What actually happened?
When i sent
pkill -USR2
, i have this error in stack (i run usingemacs -debug-init
) :Describe your attempts to resolve the issue
org-transclusion
github : Hanging after hit save (:w
) with emacs 28 nobiot/org-transclusion#109!pin 4e952d6be06ea2c993db64a0536d7ad4726670e0
with older version of org inpackage.el
(9.5 at https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tag/?h=release_9.5 ), but i have error at doom sync and org-mode rebuild.Edit (see comments bottom) : it seems this is not specifically linked to org-transclusion, but a problem with org encrypt or org cache.
Steps to reproduce
org-transclude
from melpa (package.el)myfile.org
withmain.org
with transclude activated (M-Xorg-transclusion-mode
) :Call org-babel (
M-X org-babel-execute-buffer
)Hit
:w
System Information
https://pastebin.com/D4GA9xHE
The text was updated successfully, but these errors were encountered: