unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: 37242@debbugs.gnu.org
Cc: tkk@misasa.okayama-u.ac.jp
Subject: bug#37242: orgtbl-to-tsv drops empty cell
Date: Sat, 31 Aug 2019 16:31:02 +0900 (JST)	[thread overview]
Message-ID: <20190831.163102.2050984724735970943.tkk@misasa.okayama-u.ac.jp> (raw)

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	other threads:[~2019-08-31  7:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-31  7:31 Tak Kunihiro [this message]
2020-02-17  7:31 ` bug#37242: orgtbl-to-tsv drops empty cell 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190831.163102.2050984724735970943.tkk@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=37242@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).