You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a quick look at this.
This is exclusive to HTML export with htmlize for source code
fontification (otherwise it just skips that). From skimming the source
it seems that it's trying to splice in the overlays.[1] As such, I
believe this to be an htmlize bug.
[1]: https://github.com/hniksic/emacs-htmlize/blob/master/htmlize.el#L627
If I try to export an org source code block with
literate-calc-mode
and I happen to have a variable in it, I get an lisp error during htmlization.For example, if I export this org file
I get:
Btw. I was able to workaround this by setting
literate-calc-font-lock-defaults
tonil
:The text was updated successfully, but these errors were encountered: