From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: Export the org spreadsheet into a tab seperated textfile Date: Fri, 11 Jul 2008 17:12:14 -0400 Message-ID: <87hcawnn0x.fsf@gollum.intra.norang.ca> References: <9E067A1AECCB154485D4CF7E4BEF4D8E08B112D2@post07.corp.seic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHQ4E-0007xD-MO for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:22:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHQ4D-0007wy-W6 for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:22:14 -0400 Received: from [199.232.76.173] (port=45836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHQ4D-0007wr-Ou for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:22:13 -0400 Received: from 72.13.de.static.xlhost.com ([206.222.19.114]:42530 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 1KHQ4D-0000uX-H5 for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:22:13 -0400 In-Reply-To: <9E067A1AECCB154485D4CF7E4BEF4D8E08B112D2@post07.corp.seic.com> (Matthew Parker's message of "Fri\, 11 Jul 2008 17\:08\:21 -0400") 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: "Parker, Matthew" Cc: =?utf-8?B?Q3PDg8KhbnlpIFDDg8KhbA==?= , emacs-orgmode@gnu.org "Parker, Matthew" writes: > But, can you describe exactly what you mean by "Put the pointer on the table" > > I tried putting point in various places (indicated w/ "[p]" below) and ran M-x org-table-export. But got messages: "No Table at point" or "before first heading" > > Thanks! > > [p] > | *one* | *two*| *three*| > | asdf | asdf | asdf | > | 1 | 1 | 1 | > > > [p] | *one* | *two*| *three*| > | asdf | asdf | asdf | > | 1 | 1 | 1 | > > |[p] *one* | *two*| *three*| > | asdf | asdf | asdf | > | 1 | 1 | 1 | > > > > | asdf | asdf | asdf | > | 1 | 1 | 1 | > [p] The middle two above should work fine as long as you have a heading before it. Just insert a line * Test in front of the table. Put the point on the table is just put the cursor anywhere inside the table. -Bernt