From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Babel Clojure example problems Date: Thu, 05 Jun 2014 17:38:27 +0200 Message-ID: <87sinjz7rg.fsf@gmail.com> References: <8738fjptr6.fsf@gmail.com> <8761kf1m6q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZmR-0005ST-Go for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 11:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsZmJ-0004s8-MJ for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 11:40:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:49488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZmJ-0004rn-Gf for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 11:40:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WsZm3-0006u4-6y for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 17:40:15 +0200 Received: from e178189060.adsl.alicedsl.de ([85.178.189.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 17:40:15 +0200 Received: from tjolitz by e178189060.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 17:40:15 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Lawrence Bottorff writes: > I guess the question comes down to, Do I need to install ob-clojure.el > and if so, what's the best way? ELPA doesn't have it. But then my > (require 'ob-clojure) doesn't seem to throw an error. . . . why? for me its right there in /org-mode/lisp ,------------------------------------------------------ | /home/tj/gitclone/org-mode/lisp: | insgesamt 8108 | drwxr-xr-x 2 tj tj 12288 5. Jun 16:49 . | drwxr-xr-x 9 tj tj 4096 24. Apr 11:07 .. | -rw-r--r-- 1 tj tj 2525 23. Apr 17:32 Makefile | [...] | -rw-r--r-- 1 tj tj 4260 23. Apr 17:32 ob-clojure.el `------------------------------------------------------ and when two out of three source-blocks work, it must be there and installed, I would guess. Do you have: ,------------------------------------------------------------ | org-babel-load-languages is a variable defined in `org.el'. | [...] | Value: ((emacs-lisp . t) | (clojure . t) | (latex . t)) `------------------------------------------------------------ -- cheers, Thorsten