From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: subtree-export limitations Date: Mon, 19 Nov 2012 14:55:47 +0100 Message-ID: References: <87r4ntmu00.fsf@t-online.de> <20121116163645.GF24384@kuru.dyndns-at-home.com> <87lie0bemn.fsf@t-online.de> <87y5i0o0nd.fsf@gmail.com> <87txsonyka.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaRpF-00038D-1k for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 08:55:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaRpB-0006n1-QE for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 08:55:48 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:27299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaRpB-0006lf-F8 for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 08:55:45 -0500 In-Reply-To: <87txsonyka.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 17 Nov 2012 14:33:57 +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: Nicolas Goaziou Cc: Philipp Kroos , emacs-orgmode@gnu.org Nicolas Goaziou writes: > 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 This is quite useful. Thanks for the information! Alan