From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Table results doesn't work for dotted lists Date: Fri, 27 Dec 2019 10:13:48 +0100 Message-ID: <87h81m2ks3.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58866) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iklgu-0006Zt-OU for emacs-orgmode@gnu.org; Fri, 27 Dec 2019 04:13:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iklgt-0003oG-Ra for emacs-orgmode@gnu.org; Fri, 27 Dec 2019 04:13:52 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:56011) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iklgt-0003mn-MA for emacs-orgmode@gnu.org; Fri, 27 Dec 2019 04:13:51 -0500 In-Reply-To: (Lawrence Bottorff's message of "Tue, 24 Dec 2019 22:24:29 -0600") 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" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist Hello, Lawrence Bottorff writes: > #+begin_src emacs-lisp :results table > '(hline (hi) (there) hline) > #+end_src > > > #+RESULTS: > |-------| > | hi | > | there | > |-------| > > but then :results table has no effect on this > > #+begin_src emacs-lisp :results table > '(hline (hi . bye) (here . there) hline) > #+end_src > > #+RESULTS: > : (hline (hi . bye) (here . there) hline) [...] > Just wondering why it would distinguish between a trad list and > a dotted list. It's probably because no one bothered implementing support for tabulating dotted lists. Regards, -- Nicolas Goaziou