[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Org Babel "swallows" table column groups
From: |
Rudolf Adamkovič |
Subject: |
Org Babel "swallows" table column groups |
Date: |
Fri, 28 Jun 2024 14:43:31 +0200 |
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č <rudolf@adamkovic.org> [he/him]
http://adamkovic.org
- Org Babel "swallows" table column groups,
Rudolf Adamkovič <=