Nathan Neff <nathan.n...@gmail.com> 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/