Fork me on GitHub
#emacs
<
2019-02-07
>
Chris09:02:00

Does anyone use inf-clojure and would be willing to share their config? I’m trying to improve my setup.

eauc10:02:15

hi, anyone else having trouble with org-mode and clojure blocks tangling ? ob-clojure adds an extra (ns user) at the top of each of my tangled files 😞

eauc10:02:55

I've located the problematic code in latest version of ob-clojure.el... it seems to want to add a namespace declaration before expanding the source block's body (I suppose for cider integration during source block evaluation).

eauc10:02:52

it gets the namespace from :ns attribute or cider context, so in my case during tangle this result in user namespace. however I think this behaviour should not happen during tangle...