From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: change the latex header per subtree Date: Mon, 12 Nov 2012 13:39:10 +0100 Message-ID: <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]:44923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXtIU-0001zI-HH for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 07:39:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXtIR-0007zA-FF for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 07:39:26 -0500 Received: from plane.gmane.org ([80.91.229.3]:44214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXtIR-0007yv-8Z for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 07:39:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TXtIZ-0005yC-Bh for emacs-orgmode@gnu.org; Mon, 12 Nov 2012 13:39:31 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Nov 2012 13:39:31 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Nov 2012 13:39:31 +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: emacs-orgmode@gnu.org Hi all, 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. Like this: ,---- | * Document 1 | #+LATEX_HEADER: \usepackage[nomarkers,nolists,heads,tablesfirst]{endfloat} | | * Document 2 | | * Code `---- Regards, Andreas