From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Clojure Code Block Results not Tabularized Date: Wed, 29 Jan 2014 16:28:15 +0100 Message-ID: <87r47qrenk.fsf@bzg.ath.cx> References: <1390915384.2241.11.camel@raven-CM5571> <1390998988.2272.12.camel@raven-CM5571> <1391000780.2272.18.camel@raven-CM5571> <87d2ja4yro.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8X40-0000lA-Uv for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 10:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8X3s-0005q6-E1 for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 10:28:28 -0500 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:64225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8X3s-0005pw-6h for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 10:28:20 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so989481eaj.21 for ; Wed, 29 Jan 2014 07:28:19 -0800 (PST) In-Reply-To: <87d2ja4yro.fsf@gmail.com> (Eric Schulte's message of "Wed, 29 Jan 2014 08:02:19 -0700") 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: Eric Schulte Cc: Soapy Smith , emacs-orgmode@gnu.org, Christian Moe Eric Schulte writes: > Try evaluating the following and see how it works. It works fine for me: ,---- | #+BEGIN_SRC clojure :results table | (map #(* %1 3) '(1 2 3)) | #+END_SRC | | #+RESULTS: | | 3 | 6 | 9 | `---- > This simply copies > the results handling from the slime backend to the cider backend (which > currently does not appear to have any results handling). While you're > at it the nrepl results handling looks broken to me as well. Yep. Greg, please test Eric's function above for all your use cases and let us know if it covers them all -- then I'll fix this and the nrepl case too. Thanks Eric! -- Bastien