Given the source block #+BEGIN_SRC emacs-lisp (list (list 1 2) (list "/" "<>") 'hline (list 3 4) (list 5 6)) #+END_SRC
Org Babel outputs #+RESULTS: | 1 | 2 | |---+---| | 3 | 4 | | 5 | 6 | with the second element of the list (list "/" "<>") swallowed, without a word. Why would Org Babel do this? And, how can one output tables with column groups? Rudy -- "I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it." --- Mark Twain, paraphrased Rudolf Adamkovič <rud...@adamkovic.org> [he/him] http://adamkovic.org