emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Tim Cross
Subject: [O] [PATCH] Fix issue with ob-clojure not returning output
Date: Fri, 3 Mar 2017 15:25:17 +1100

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 

Not 100% convinced that the optional namespace argument should even be included - it really doesn't seem to do anything. However, leaving it in seemed like the minimal change needed.  Have tested it and at least I now get data back from evaluation of clojure code blocks where previously, you only got the message "block processed with no output". 

--
regards,

Tim

--
Tim Cross

Attachment: ob-clojure.patch
Description: Text Data


reply via email to

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