From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: subtree-export limitations Date: Sat, 17 Nov 2012 14:33:57 +0100 Message-ID: <87txsonyka.fsf@gmail.com> References: <87r4ntmu00.fsf@t-online.de> <20121116163645.GF24384@kuru.dyndns-at-home.com> <87lie0bemn.fsf@t-online.de> <87y5i0o0nd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZib9-0000P4-OW for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 08:38:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZib6-0002AJ-Kk for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 08:38:15 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:41454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZib6-0002AA-Et for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 08:38:12 -0500 Received: by mail-wi0-f171.google.com with SMTP id c10so3908265wiw.12 for ; Sat, 17 Nov 2012 05:38:11 -0800 (PST) In-Reply-To: <87y5i0o0nd.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 17 Nov 2012 13:48:54 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Philipp Kroos Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > It might support "Property+" syntax, but it looks like this is > Babel-specific (no sign of such syntax in org.el, where property API is > defined). I will look into it (unless you want to do it). Well, scratch that: it already support :property+: syntax. I.e. try to export subtree with: * Test export :PROPERTIES: :export_latex_header: header1 :export_latex_header+: header2 :END: Test