From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: change the latex header per subtree Date: Wed, 14 Nov 2012 15:10:57 +0100 Message-ID: <87obj01dhq.fsf@gmail.com> References: <87ip9b9es1.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYdkJ-0000J6-FP for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 09:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYdkG-0001rt-Cb for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 09:15:15 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:34208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYdkG-0001ra-6G for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 09:15:12 -0500 Received: by mail-wi0-f171.google.com with SMTP id c10so2347514wiw.12 for ; Wed, 14 Nov 2012 06:15:11 -0800 (PST) In-Reply-To: <87ip9b9es1.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Mon, 12 Nov 2012 13:39:10 +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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > I'd like to change the LaTeX header per subtree. Is that possible? > > Use case: I have two documents that I want to export from a single > orgmode file. Each in its own subtree. One of them should use the > endfloat package, the other should not. Define two LaTeX classes, one with "endfloat" package and one without. Then use :EXPORT_LATEX_CLASS: node property. Regards, -- Nicolas Goaziou