ob-clojure: adapt to new cider
commit645384a03787823e596846ee728ecdf0dfc2882b
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 10 Apr 2014 08:17:21 +0000 (10 10:17 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 10 Apr 2014 08:30:23 +0000 (10 10:30 +0200)
tree21620810fe1235b94d643189c7c1926a62b90af2
parentce72d251f77b318f1642d7841f544a9ca6080803
ob-clojure: adapt to new cider

* lisp/ob-clojure.el (org-babel-expand-body:clojure): Don't handle
  output here, since the result becomes double quoted with current
  cider. Move to `org-babel-execute:clojure' instead.

  (org-babel-execute:clojure): Use `nrepl-send-string-sync' instead
  of `cider-eval-sync', which was removed.
lisp/ob-clojure.el