emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ob-clojure.el alternative using nrepl


From: Oleh
Subject: Re: [O] ob-clojure.el alternative using nrepl
Date: Fri, 4 Oct 2013 10:26:17 +0200

Thanks, Eric.

Your changes work.

Still, I think that it's needed to require ob-tangle.
It defines the variable `org-babel-tangle-lang-exts' that ob-clojure
wants to modify right at loading. So it's impossible to load ob-clojure
unless ob-tangle was already loaded.

Just to clarify, this code will work:

(setq org-babel-tangle-lang-exts nil)
(require 'ob-clojure)

whereas 

(require 'ob-clojure)

will not.

regards,
Oleh
 
Alright, I just pushed this up.

Thanks for testing, I haven't used Clojure in a couple of years now
(since happily moving on to Common Lisp as my lisp of choice).

Thanks to Oleh for the patch!

Cheers,

--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D


reply via email to

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