Colin Baxter <m43...@yandex.com> writes: > Common Lisp in babel steems to have stopped working. With slime > running and (lisp . t) in my emacs init, I now get the error > > org-babel-execute:lisp: Cannot open load file: No such file or > directory, sly > > when I C-cc > > #+name: hello-world #+header: :var message="Hello World!" :exports > both #+begin_src lisp > (princ message) #+end_src > > In the past, it worked. I thought either slime or sly were needed. > > I'm using org version release_8.3.4-718-g634e12.dirty and GNU Emacs > 25.1.50.1.
commit d79835a821f24fdc32a0f46630f1b31c58fbbb4a introduced a new variable: ,---- | org-babel-lisp-eval-fn is a variable defined in ‘ob-lisp.el’. Its value | is "sly-eval" `---- You can try setting it to "slime-eval", but it should probably default to "slime-eval". There is a typo in the documentation for this variable: "slime-val" -> "slime-eval". See etc/ORG-NEWS for the announcement. -- Nick