From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] babel eval of emacs-lisp: orgtbl-to-orgtbl: Wrong type argument: listp, t Date: Tue, 24 Feb 2015 17:50:14 +0100 Message-ID: <8761ar45kp.fsf@nicolasgoaziou.fr> References: <86lhjossj6.fsf@me.localhost.invalid> <867fv8sr6v.fsf@me.localhost.invalid> <87d2505xn4.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQIfY-0003uv-Pi for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 11:49:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQIfS-0007Mq-IQ for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 11:49:12 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQIfS-0007Ml-CR for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 11:49:06 -0500 In-Reply-To: (John Kitchin's message of "Mon, 23 Feb 2015 13:07:03 -0500") 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: John Kitchin Cc: Daniele Pizzolli , emacs-orgmode@gnu.org John Kitchin writes: > Fabulous! Thanks! BTW, #+BEGIN_SRC emacs-lisp '((a (b))) #+END_SRC #+RESULTS: foo | a | (b) | Shouldn't we also return lists deeper than 2 levels as strings? Does it even make sense to try formatting them into a table? Regards,