unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37242: orgtbl-to-tsv drops empty cell
@ 2019-08-31  7:31 Tak Kunihiro
  2020-02-17  7:31 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2019-08-31  7:31 UTC (permalink / raw)
  To: 37242; +Cc: tkk

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 "





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-22 13:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-31  7:31 bug#37242: orgtbl-to-tsv drops empty cell Tak Kunihiro
2020-02-17  7:31 ` Bastien
2020-02-18  7:13   ` Tak Kunihiro
2020-02-18  7:43     ` Bastien
2020-03-04 23:20       ` Tak Kunihiro
2020-05-22 13:36         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).