From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Org Babel Clojure No Prettyprint Date: Mon, 27 Oct 2014 15:30:50 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XilJy-0008T8-US for emacs-orgmode@gnu.org; Mon, 27 Oct 2014 10:30:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XilJt-0002yg-9E for emacs-orgmode@gnu.org; Mon, 27 Oct 2014 10:30:58 -0400 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:56184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XilJs-0002xd-QZ for emacs-orgmode@gnu.org; Mon, 27 Oct 2014 10:30:53 -0400 Received: by mail-ie0-f178.google.com with SMTP id rl12so4439460iec.37 for ; Mon, 27 Oct 2014 07:30:50 -0700 (PDT) In-Reply-To: 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: Prathyush Cc: emacs-orgmode@gnu.org 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 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." > > 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 > >