From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Org-babel / Clojure Date: Mon, 19 Dec 2011 10:28:02 -0700 Message-ID: <878vm8o4il.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rch14-0004JL-8m for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 12:28:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rch0x-0001Ai-RB for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 12:28:46 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:39554) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rch0x-0001AM-G5 for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 12:28:39 -0500 In-Reply-To: (Nathan Neff's message of "Mon, 19 Dec 2011 10:15:43 -0600") 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: Nathan Neff Cc: emacs-orgmode Nathan Neff writes: > Hi, > > I'm trying to be able to run clojure from org-mode/babel, and I can't find > "swank-clojure" listed in the pacakges in my ELPA, as detailed in > these instructions: > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html > > Can anyone help me along? > Hi Nate, I have swank-clojure available in my ELPA package list, I'd recommend adding the following to your package sources and then re-running package-list. #+begin_src emacs-lisp (setq package-archives '(("original" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/"))) (package-initialize) #+end_src Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte/