Hello, Lawrence Bottorff <borg...@gmail.com> 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