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" <shossei...@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