emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org Babel "swallows" table column groups
@ 2024-06-28 12:43 Rudolf Adamkovič
  2024-06-28 15:28 ` Ihor Radchenko
  2024-06-28 17:42 ` S. Sajad Hosseini Balef
  0 siblings, 2 replies; 6+ messages in thread
From: Rudolf Adamkovič @ 2024-06-28 12:43 UTC (permalink / raw)
  To: emacs-orgmode

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-30  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 12:43 Org Babel "swallows" table column groups Rudolf Adamkovič
2024-06-28 15:28 ` Ihor Radchenko
2024-06-30  8:53   ` Rudolf Adamkovič
2024-06-28 17:42 ` S. Sajad Hosseini Balef
2024-06-30  8:13   ` Rudolf Adamkovič
2024-06-30  8:35     ` S. Sajad Hosseini Balef

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).