-
Notifications
You must be signed in to change notification settings - Fork 28
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
global-writeroom-mode breaks org mode export scope #68
Comments
I can't seem to reproduce this on Emacs 27. Would it be possible to produce a backtrace ( |
|
This is strange... I've gone through the following procedure with
This all works without issue. I'm using Emacs 27.1.91. I also tried exporting to a LaTeX file (which I gather from the backtrace is what you're doing), but that also works fine. So, yes, I'm beginning to suspect that Doom may have something to do with this. I took a quick look at the code that Doom adds, but there doesn't seem to be anything that might be problematic. If you can reproduce the problem with |
When using
(global-writeroom-mode)
in my config.el and try to export with the scope of org mode changed to subtree, (hittingC-s
during the export prompt) org just displaysArgs out of range: 1, 1
in my statusbar and does not produce any file.I have confirmed that i can export only the subtree by using
writeroom-mode
manually.I have tested this with emacs 27.1 and a bunch of 28 versions with and without native comp.
I have experienced this on FreeBSD, on Arch and on Fedora 33.
I use doom emacs, in case that's relevant.
The text was updated successfully, but these errors were encountered: