From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Insert #+BEAMER_HEADER_EXTRA before \begin{document}? Date: Mon, 16 Jun 2014 10:37:31 -0400 Message-ID: <87tx7kx6ms.fsf@alphaville.bos.redhat.com> References: <86wqdxo1kc.fsf@somewhere.org> <20140507222456.GA2785@chitra.no-ip.org> <87wqdx5fx9.fsf@alphaville.bos.redhat.com> <20140508013829.GC2785@chitra.no-ip.org> <86a9asie5u.fsf@somewhere.org> <87eh04703g.fsf@ucl.ac.uk> <86ppj7ggh8.fsf@somewhere.org> <871tuqndck.fsf@nicolasgoaziou.fr> <867g4hhsxz.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwY2h-0006f2-Rp for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 10:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwY2a-0003bE-Tp for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 10:37:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:48518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwY2a-0003bA-Nl for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 10:37:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WwY2Z-0003e2-OG for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 16:37:43 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 16:37:43 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 16:37:43 +0200 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 Sebastien Vauban writes: >> About the keyword, my only concern is that #+LATEX_HEADER_EXTRA has >> already a specific meaning, which is different from the one we're going >> to implement. > > Can you restate once what the difference is between #+LATEX_HEADER > and #+LATEX_HEADER_EXTRA? It never has been clear to me, yet... The manual says: ,---- | (2) Unlike `LATEX_HEADER', contents from `LATEX_HEADER_EXTRA' | keywords will not be loaded when previewing LaTeX snippets (*note | Previewing LaTeX fragments::). | `---- AFAIK, that's the only difference. Nick