Open
Description
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
#+begin_src literate-calc
Pi = 3.14159
#+end_src
I get:
Lisp error: (args-out-of-range "Pi " 0 12)
Btw. I was able to workaround this by setting literate-calc-font-lock-defaults
to nil
:
# -*- literate-calc-font-lock-defaults: nil -*-
#+begin_src literate-calc
Pi = 3.14159
#+end_src
Metadata
Metadata
Assignees
Labels
No labels