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

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

bug#37242: closed (orgtbl-to-tsv drops empty cell)


From: GNU bug Tracking System
Subject: bug#37242: closed (orgtbl-to-tsv drops empty cell)
Date: Fri, 22 May 2020 13:37:02 +0000

Your message dated Fri, 22 May 2020 15:36:49 +0200
with message-id <address@hidden>
and subject line Re: bug#37242: orgtbl-to-tsv drops empty cell
has caused the debbugs.gnu.org bug report #37242,
regarding orgtbl-to-tsv drops empty cell
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37242: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37242
GNU Bug Tracking System
Contact address@hidden with problems
--- 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 ---

reply via email to

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