Fix incorrect argument call in ob-clojure.el
commit7ed93eba5a279cb4317c1aac6392ba27e43709f0
authorTim Cross <theophilusx@gmail.com>
Tue, 7 Mar 2017 08:00:27 +0000 (7 09:00 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 7 Mar 2017 08:09:28 +0000 (7 09:09 +0100)
treee83715394940c5438600f32c9394e3ed70936901
parentd73942cf99c8bf610e56b777615f2c5e09cb0b0b
Fix incorrect argument call in ob-clojure.el

* lisp/ob-clojure.el (org-babel-execute:clojure): Use
  `cider-current-ns' instead of `cider-current-session'.

org-babel-execute-clojure was calling nrepl-sync-request:eval and
nrepl-request:eval with the session ID as the 3rd argument when the
functions expected a clojure namespace.

TINYCHANGE
lisp/ob-clojure.el