emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-babel / Clojure


From: Eric Schulte
Subject: Re: [O] Org-babel / Clojure
Date: Mon, 19 Dec 2011 10:28:02 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Nathan Neff <address@hidden> 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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]