--- Begin Message ---
Subject: |
orgtbl-to-tsv drops empty cell |
Date: |
Sat, 31 Aug 2019 16:31:02 +0900 (JST) |
When org-mode table is converted to tab delimitated text using
orgtbl-to-tsv, empty cell is dropped out. I think this is bug.
GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-08-29
runemacs -Q
(require 'org-table)
(orgtbl-to-tsv '(("aaa") ("bbb") ("") ("ddd")) nil) ; => "aaa\nbbb\nddd"
(orgtbl-to-tsv '(("aaa") ("bbb") ("") ("ddd")) '(:backend ascii)) ; => " aaa \n
bbb \n \n ddd "
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#37242: orgtbl-to-tsv drops empty cell |
Date: |
Fri, 22 May 2020 15:36:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi Tak Kunihiro,
Tak Kunihiro <address@hidden> writes:
> I tried to go though orgtbl-to-generic, but I cannot find out how the
> line was dropped. I'm okay, please close the bug.
Done, thanks.
--
Bastien
--- End Message ---