From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Problem with PROPERTIES :OPTIONS: when exporting subtree Date: Tue, 28 Sep 2010 13:29:18 -0400 Message-ID: <87lj6lwzdd.fsf@fastmail.fm> References: <87bp7kaw8i.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0dzV-0007L2-RU for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 13:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0dzU-0003nw-T1 for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 13:29:21 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:48167) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0dzU-0003ns-Pm for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 13:29:20 -0400 In-Reply-To: (Rainer M. Krug's message of "Tue, 28 Sep 2010 16:08:40 +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: Rainer M Krug Cc: emacs-orgmode Rainer M Krug writes: > On Mon, Sep 27, 2010 at 2:03 AM, Matt Lundin wrote: > > Rainer M Krug writes: >=20=20=20=20 > > Hi > > > > I hava a problem with exporting to LaTeX. > > > > I want to export a table to latex. I put it into a subtree, > containing > > only the table, i.e. no headers, as I want to include it into > another > > document. I thought, that using the :OPTIONS: property, I can > disable > > the headers - but it does not seem to be working - am I missing > > something? >=20=20=20=20 > I believe the relevant property is :EXPORT_OPTIONS:. >=20=20=20=20 > ... > > Have you considered radio tables? It's a nice solution for > including an > org-mode table in a LaTeX document. > > Yes - I looked into them, but I don't get them to work. Do you have an > org file with a radio table so that I can see it? There's a nice example in the manual: (info "(org) A LaTeX example") > > Actually, I don't think they would do what I want: =C2=A0want to save the > table as LaTeX to a file and use it in a different program (LyX), so > that I can update the table while I am working on my simulation, and > that when I open LyX, I always have the up-to-date version for the > paper I am writing. Ah, then they wouldn't work in this scenario. Radio tables allow you to use the minor mode orgtbl to edit org-mode tables within a commented section of a source file (e.g., LaTeX, html) and then to place the "exported" table at a target location within the same file. It would, however, be very nice to be able to send the results or a source code block (either executed code or exported org snippets) via babel to a target in an external file. Best, Matt