emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-babel / Clojure
@ 2011-12-19 16:15 Nathan Neff
  2011-12-19 17:28 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2011-12-19 16:15 UTC (permalink / raw)
  To: emacs-orgmode

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?

Thanks,
--Nate

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Org-babel / Clojure
  2011-12-19 16:15 Org-babel / Clojure Nathan Neff
@ 2011-12-19 17:28 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2011-12-19 17:28 UTC (permalink / raw)
  To: Nathan Neff; +Cc: emacs-orgmode

Nathan Neff <nathan.neff@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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-19 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 16:15 Org-babel / Clojure Nathan Neff
2011-12-19 17:28 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).