Replies: 1 comment
-
Yes I have also experienced the same behavior. Though, the org export buffer is still available with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and found nothing about my issue.
I read the debugging guide and researched the issue to the best of my ability.
My issue can be observed on the latest available commit of Doom.
My issue can be observed on a stable release of Emacs (i.e. doesn't end in
.50
,.60
, or.9*
)Describe your issue
When exporting an Org Mode buffer to LaTeX (non-evil:
C-c C-e l L
) this will fail with the following error:On the other hand, exporting e.g. to file (
l l
) works fine! I see this in the sandbox (minus my config) too. Vanilla doom, however, produces the expected LaTeX buffer.It looks a little like this issue: doomemacs/doomemacs#8096
But that is only because the error is triggered in the same function, so I am not sure how helpful that connection is.
Steps to reproduce
I believe this should be sufficient to reproduce the issue:
latex
andorg
enabled.C-c C-e
) and select LaTeX Buffer (l L
)System information
https://pastebin.com/Sr55kSvt
Beta Was this translation helpful? Give feedback.
All reactions