From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Parker, Matthew" Subject: RE: Re: Export the org spreadsheet into a tab seperated textfile Date: Fri, 11 Jul 2008 17:25:04 -0400 Message-ID: <9E067A1AECCB154485D4CF7E4BEF4D8E08B112D8@post07.corp.seic.com> References: <87hcawnn0x.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHQ77-0001Mw-0h for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:25:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHQ75-0001L3-46 for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:25:12 -0400 Received: from [199.232.76.173] (port=45960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHQ74-0001Km-Sa for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:25:10 -0400 Received: from exprod5og114.obsmtp.com ([64.18.0.28]:60620) by monty-python.gnu.org with smtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KHQ74-0001MJ-6v for emacs-orgmode@gnu.org; Fri, 11 Jul 2008 17:25:10 -0400 Content-class: urn:content-classes:message In-Reply-To: <87hcawnn0x.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: =?iso-8859-1?B?Q3PDoW55aSBQw6Fs?= , emacs-orgmode@gnu.org Worked. Thanks. -----Original Message----- From: Bernt Hansen [mailto:bernt@norang.ca]=20 Sent: Friday, July 11, 2008 5:12 PM To: Parker, Matthew Cc: Cs=C3=A1nyi P=C3=A1l; emacs-orgmode@gnu.org Subject: Re: [Orgmode] Re: Export the org spreadsheet into a tab = seperated textfile "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