From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prathyush Subject: Org Babel Clojure No Prettyprint Date: Wed, 22 Oct 2014 01:42:15 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgkz8-0004UQ-UI for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 21:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgkz3-0006vs-1P for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 21:45:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:49807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgkz2-0006ur-Rl for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 21:45:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xgkz1-0001Vf-QS for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 03:45:03 +0200 Received: from cpc2-benw11-2-0-cust368.16-2.cable.virginm.net ([92.236.77.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2014 03:45:03 +0200 Received: from prax08 by cpc2-benw11-2-0-cust368.16-2.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2014 03:45:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 related to the API change that broke it as mentioned here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00100.htmle