From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Export the org spreadsheet into a tab seperated text file Date: Mon, 14 Jul 2008 11:38:15 -0700 Message-ID: <51E797DC-2C7F-42A8-954C-50A8001BCE17@uva.nl> References: <873amgw9da.fsf@debian-asztal.csanyi-pal.info> <87lk08nrc3.fsf@gollum.intra.norang.ca> <873amfmr4h.fsf@debian-asztal.csanyi-pal.info> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KISwG-0007QX-TK for emacs-orgmode@gnu.org; Mon, 14 Jul 2008 14:38:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KISwF-0007Pq-SN for emacs-orgmode@gnu.org; Mon, 14 Jul 2008 14:38:20 -0400 Received: from [199.232.76.173] (port=46854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KISwF-0007Ph-NL for emacs-orgmode@gnu.org; Mon, 14 Jul 2008 14:38:19 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:39740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KISwF-0006sJ-4J for emacs-orgmode@gnu.org; Mon, 14 Jul 2008 14:38:19 -0400 In-Reply-To: <873amfmr4h.fsf@debian-asztal.csanyi-pal.info> 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: =?ISO-8859-1?Q?Cs=C3=A1nyi_P=C3=A1l?= Cc: emacs-orgmode@gnu.org On Jul 12, 2008, at 1:41 AM, Cs=C3=A1nyi P=C3=A1l wrote: > Bernt Hansen writes: > >> csanyipal@gmail.com (Cs=C3=A1nyi P=C3=A1l) writes: > >>> Is there available from Org-mode to export a table to a Tab =20 >>> separated >>> text file? > >> 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 > > OK it works but only for one org table at a time. > > But what to do if I have an org file with more than one table with > different columns x rows and between these tables moreover I have some > text, like the follows: > > [options] > > Here is an org tabe. > > [pins] > > Here is an org tabe. > > etc. > > Can I export in org mode the whole file with these tables end texts > mixed this way in to one Tab separated text file? (Tab separated only > where was an org table so in this example abowe in tab separated text > file there should to get two places with tab separated rows that > contain datas taken from the tables.)? No, you cannot. What would be the application for this? - Carsten