From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soapy Smith Subject: Re: Clojure Code Block Results not Tabularized Date: Thu, 30 Jan 2014 20:58:28 -0500 Message-ID: <1391133508.2290.16.camel@raven-CM5571> References: <1390915384.2241.11.camel@raven-CM5571> <87ob2t7mh2.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W93Nl-0001FJ-CP for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 20:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W93Ne-0000F7-Pm for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 20:59:01 -0500 Received: from qmta06.westchester.pa.mail.comcast.net ([76.96.62.56]:44292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W93Ne-0000F2-Kw for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 20:58:54 -0500 In-Reply-To: <87ob2t7mh2.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Here are the files from testing of Clojure code blocks with the latest master: https://github.com/Greg-R/org-babel-clojure-tests?source=cc The PDF file is the result of a LaTeX export. The code blocks were forced to appear as they do in the org file by wrapping them in begin_example/end_example. Is there a way to get the complete code blocks exported in an entire org file using a global option? Python code blocks are used for comparison. There were some differences. The coercion to tables (where appropriate) is working well. Regards, Greg On Thu, 2014-01-30 at 12:11 +0100, Bastien wrote: > Hi Greg, > > Soapy Smith writes: > > > The problem is that the results inserted into the org document should be > > tabularized. > > This should now be fixed in master -- thanks for further testing, > and thanks to Eric for giving the solution. >