emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <eric.schulte@gmx.com>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Org-babel / Clojure
Date: Mon, 19 Dec 2011 10:28:02 -0700	[thread overview]
Message-ID: <878vm8o4il.fsf@gmx.com> (raw)
In-Reply-To: <CAC=HedCqdEuE9_M_qMF6ENLhHpJfibqZ04H0iGgnNTTLY7CLJQ@mail.gmail.com> (Nathan Neff's message of "Mon, 19 Dec 2011 10:15:43 -0600")

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/

      reply	other threads:[~2011-12-19 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-19 16:15 Org-babel / Clojure Nathan Neff
2011-12-19 17:28 ` Eric Schulte [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vm8o4il.fsf@gmx.com \
    --to=eric.schulte@gmx.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nathan.neff@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).