-
Notifications
You must be signed in to change notification settings - Fork 131
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
Can not export articles with LaTeX fragments #749
Comments
As you can see from the backtrace, ox-hugo delegates this job eventually to Have you recently updated Org or Emacs which could have led to this issue? |
Good point! However, exporting to HTML does work... |
I did a quick test and am unable to reproduce the issue. I just modified one of the existing test posts with some LaTeX fragments already. (right is Org source, left is the exported Markdown; margin shows the git diff) Emacs version
Org version
|
Wow, interesting. I just installed Emacs 30, and it works! Weird stuff. This build has the problem: GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.2, This build works: GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version Both builds use ox-hugo-20240305.1923 |
Actual Behavior
Export fails with
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p [org-element-deferred org-element--substring (0 9) t])
Expected Behavior
Export succeeds.
How to Reproduce the Issue
Example Org File
Generated Markdown File or Error
Ox-Hugo Debug Information
Debug Info
Debug information for
ox-hugo
Emacs Version
Org Version
Hugo Version
Org
load-path
shadowsWarning: Possible mixed installation of Org
I had to remove this section because the comment was too long for GitHub.
Study the output of
M-x list-load-path-shadows
.ox-hugo
defcustomsThe text was updated successfully, but these errors were encountered: