bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37242: orgtbl-to-tsv drops empty cell


From: Tak Kunihiro
Subject: bug#37242: 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 "





reply via email to

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