From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Export the org spreadsheet into a tab seperated text file Date: Fri, 11 Jul 2008 15:39:08 -0400 Message-ID: <87lk08nrc3.fsf@gollum.intra.norang.ca> References: <873amgw9da.fsf@debian-asztal.csanyi-pal.info> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHOVf-0008ID-7w for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 15:42:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHOVe-0008Gt-9D for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 15:42:26 -0400 Received: from [199.232.76.173] (port=43037 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHOVe-0008Gc-0h for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 15:42:26 -0400 Received: from 72.13.de.static.xlhost.com ([206.222.19.114]:57269 helo=mail.planet-mofo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KHOVd-0003Jb-FS for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 15:42:25 -0400 In-Reply-To: <873amgw9da.fsf@debian-asztal.csanyi-pal.info> (=?utf-8?Q?=22?= =?utf-8?Q?Cs=C3=83=22's?= message of "Fri\, 11 Jul 2008 20\:42\:25 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?B?Q3PDg8KhbnlpIFDDg8KhbA==?= Cc: emacs-orgmode@gnu.org csanyipal@gmail.com (Cs=C3=83=C2=A1nyi P=C3=83=C2=A1l) writes: > Hello! > > Is there available from Org-mode to export a table to a Tab separated=20 > text file?=20 Hi! Yes it's easy. Put the pointer on the table and M-x org-table-export Export table to: /tmp/some-table.txt Format: orgtbl-to-tsv HTH, Bernt