Re: [O] Org Babel Clojure No Prettyprint

2014-11-01 Thread Prathyush
Thanks a bunch Oleh. Works very well now. Oleh ohwoeowho at gmail.com writes: Hi, I've just pushed a fix for this. See if works now. regards, Oleh

Re: [O] Org Babel Clojure No Prettyprint

2014-10-27 Thread Oleh
Hi, I've just pushed a fix for this. See if works now. regards, Oleh On Wed, Oct 22, 2014 at 3:42 AM, Prathyush pra...@gmail.com wrote: Hi, I was trying to use org-babel-clojure to pretty print a collection and found out that it always evaluated to: Code block produced no output.

[O] Org Babel Clojure No Prettyprint

2014-10-21 Thread Prathyush
Hi, I was trying to use org-babel-clojure to pretty print a collection and found out that it always evaluated to: Code block produced no output. Here's some sample code: #+begin_src clojure :results pp (println Hello) #+end_src Similar issue was reported few weeks back and I guess it could be