[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Table results doesn't work for dotted lists
From: |
Nicolas Goaziou |
Subject: |
Re: Table results doesn't work for dotted lists |
Date: |
Fri, 27 Dec 2019 10:13:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Lawrence Bottorff <address@hidden> 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