emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Tim Cross
Subject: Re: [O] [PATCH] Fix issue with ob-clojure not returning output
Date: Mon, 6 Mar 2017 08:27:12 +1100

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).
 



On 6 March 2017 at 04:14, Nicolas Goaziou <address@hidden> wrote:
Hello,

Tim Cross <address@hidden> 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-produces-no-output/31169#31169

Thank you.

Would you mind providing a commit message along with your patch ?

Regards,

--
Nicolas Goaziou



--
regards,

Tim

--
Tim Cross


reply via email to

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