From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] was Re: [BUG] babel eval of emacs-lisp: orgtbl-to-orgtbl: Wrong type argument: listp, t Date: Wed, 25 Feb 2015 14:44:34 +0100 Message-ID: <874mqaaywt.fsf@nicolasgoaziou.fr> References: <86lhjossj6.fsf@me.localhost.invalid> <867fv8sr6v.fsf@me.localhost.invalid> <87d2505xn4.fsf@nicolasgoaziou.fr> <8761ar45kp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcFN-0008Lo-68 for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:43:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQcFK-0006wu-0F for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:43:29 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:60736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQcFJ-0006wo-Pt for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:43:25 -0500 In-Reply-To: (Charles C. Berry's message of "Tue, 24 Feb 2015 15:36:01 -0800") 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: "Charles C. Berry" Cc: Daniele Pizzolli , emacs-orgmode@gnu.org, John Kitchin "Charles C. Berry" writes: > BTW, the string produced when a list cannot be rendered as a table ought > to be removable. > > The patch makes such strings removable. i.e. > > #+BEGIN_SRC emacs-lisp > org-babel-load-languages > #+END_SRC > > will have the ": " prefix or #+begin/end_example delimiters to allow later > removal like this: > > #+RESULTS: > : ((R . t) (latex . t) ... (sql) ... Indeed. I applied a similar patch in 1493151b3fa37496dda12ecbcfc94501ceeafd81. Thank you. Regards,