Skip to content
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

xenops-render doesn't work in modes derived from org #61

Open
xaltsc opened this issue Nov 18, 2022 · 1 comment
Open

xenops-render doesn't work in modes derived from org #61

xaltsc opened this issue Nov 18, 2022 · 1 comment

Comments

@xaltsc
Copy link

xaltsc commented Nov 18, 2022

For some reason, xenops-render refuses to work in modes derived from org. The error is:

Error running timer ‘funcall’: (wrong-type-argument stringp nil)

Minimal config to reproduce the issue:

(require 'org)
(require 'xenops)
(define-derived-mode org-derived-mode org-mode "org derived")

Then visit an org file with latex inside, switch to org-derived-mode, run xenops-render.

@xaltsc
Copy link
Author

xaltsc commented Nov 18, 2022

I've tried to change the eq tests in xenops-math and xenops-math-latex to derived-mode-p 'org-mode without effect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant