GNU bug report logs - #37242
orgtbl-to-tsv drops empty cell

Previous Next

Package: emacs;

Reported by: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>

Date: Sat, 31 Aug 2019 07:32:02 UTC

Severity: normal

Done: Bastien <bzg <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
Subject: bug#37242: closed (Re: bug#37242: orgtbl-to-tsv drops empty cell)
Date: Fri, 22 May 2020 13:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37242: orgtbl-to-tsv drops empty cell

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37242 <at> debbugs.gnu.org.

-- 
37242: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37242
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Bastien <bzg <at> gnu.org>
To: Tak Kunihiro <homeros.misasa <at> gmail.com>
Cc: 37242-done <at> debbugs.gnu.org, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#37242: orgtbl-to-tsv drops empty cell
Date: Fri, 22 May 2020 15:36:49 +0200
Hi Tak Kunihiro,

Tak Kunihiro <homeros.misasa <at> gmail.com> 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

[Message part 3 (message/rfc822, inline)]
From: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
To: bug-gnu-emacs <at> gnu.org
Cc: tkk <at> misasa.okayama-u.ac.jp
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 "



This bug report was last modified 5 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.