From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: lisp babel Date: Mon, 11 Apr 2016 11:54:55 -0400 Message-ID: <87egac16pc.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apeBE-0008G7-LB for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 11:55:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apeB8-0000OS-EU for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 11:55:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:45276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apeB8-0000N1-89 for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 11:55:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apeB4-0002FC-TB for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 17:55:03 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 17:55:02 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 17:55:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Colin Baxter 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