On Monday, 30 May 2022 at 17:48, Uwe Brauer wrote:
> The problem also occurs when I export the table using the
> orgtbl-to-tsv

The hint is in the name: tsv means "tab separated values" so each entry
(stripped of trailing spaces) is separated by a tab character (\t, o11,
0x09).  If you look at the exported text carefully, you'll find that
there is only one character between each entry and C-x = will tell you
what that character is.

-- 
: Eric S Fraga, with org release_9.5.3-511-g8e69ad in Emacs 29.0.50

Reply via email to