From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: lisp babel Date: Mon, 11 Apr 2016 11:04:23 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZe2-00016o-EC for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 07:04:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apZdy-0005Hy-Ei for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 07:04:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:52087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZdy-0005Hi-8r for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 07:04:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apZdv-0007F4-SB for emacs-orgmode@gnu.org; Mon, 11 Apr 2016 13:04:32 +0200 Received: from host86-131-0-175.range86-131.btcentralplus.com ([86.131.0.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 13:04:31 +0200 Received: from m43cap by host86-131-0-175.range86-131.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 13:04:31 +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 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.