From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: lisp babel Date: Mon, 11 Apr 2016 12:01:13 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apeHD-00036t-T1 for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 12:01:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apeH8-0001sI-2N for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 12:01:23 -0400 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:34432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apeH7-0001s9-UA for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 12:01:17 -0400 Received: by mail-qg0-x230.google.com with SMTP id c6so147961406qga.1 for ; Mon, 11 Apr 2016 09:01:17 -0700 (PDT) In-reply-to: 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: Colin Baxter Cc: emacs-orgmode@gnu.org Maybe a new default has been setup? I recall a recent discussion about sly. Maybe try setting this to your lisp? (setq inferior-lisp-program "/usr/local/bin/sbcl") I am not sure if you also need this: (require 'slime) (slime-setup) (slime) I only have a little experience with other lisps. 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. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu