Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-07 Thread Nicolas Goaziou
Hello, Tim Cross writes: > Sure. Commit message > > Fix incorrect argument call in ob-clojure.el > > 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. Replaced (cider-c

Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-05 Thread Tim Cross
Sure. Commit message Fix incorrect argument call in ob-clojure.el 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. Replaced (cider-current-session) with (cider-current-ns).

Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-05 Thread Nicolas Goaziou
Hello, Tim Cross writes: > The attached patch is a simple fix for the problem with ob-clojure using an > incorrect cider-current-session call instead of cider-current-ns. For > background on the issue see > https://emacs.stackexchange.com/questions/30857/clojure-code-evaluation-in-org-mode-produ