emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org Babel "swallows" table column groups


From: S. Sajad Hosseini Balef
Subject: Re: Org Babel "swallows" table column groups
Date: Sun, 30 Jun 2024 12:05:40 +0330
User-agent: Betterbird (Linux)

It's weird because with swapping "<>" and "/" with escape-syntax character has 
no problem in the table:

#+BEGIN_SRC emacs-lisp
  (list (list 1 2) (list "\<>" "\/") 'hline (list 3 4) (list 5 6))
#+end_src

#+RESULTS:
|  1 | 2 |
| <> | / |
|----+---|
|  3 | 4 |
|  5 | 6 |

On 6/30/24 11:43 AM, Rudolf Adamkovič wrote:
"S. Sajad Hosseini Balef" <shosseinib@ut.ac.ir> writes:

It's seems related to the "<>" bacuse with any other strings I haven't
such issue.
 From what I see, the culprit is the "/" because, as soon as it appears,
Org Babel drops the row from the output.  Then, when I replace the "/"
with something different, such as "xyz", the row is back.

I tried to fix ob-emacs-lisp.el but there was no success at the
moment.
I stumbled upon the problem when using Scheme.  The bug report uses
Emacs Lisp only to ease reproduction.  (I should have probably mentioned
that.)  In other words, the problem does not seem to be specific to
Emacs Lisp.

Rudy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]