emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] lisp babel


From: Colin Baxter
Subject: [O] lisp babel
Date: Mon, 11 Apr 2016 11:04:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]