From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Beamer specific setupfile? Date: Mon, 12 Mar 2012 18:05:13 -0400 Message-ID: <6111.1331589913@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7DN5-0007OJ-0j for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 18:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7DMj-0005Ry-RZ for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 18:05:38 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:35101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7DMj-0005Rk-Mw for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 18:05:17 -0400 In-Reply-To: Message from John Hendy of "Mon, 12 Mar 2012 16:13:25 CDT." 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: John Hendy Cc: nicholas.dokos@hp.com, emacs-orgmode John Hendy wrote: > I use beamer a lot for work and decided to create a beamer-specific > setupfile to clean up my org files a bit. My files typically contain a > header like so: > > --- > #+latex_class: beamer > #+startup: beamer > #+options: toc:nil latex:t tex:t > #+latex_class_options: [presentation,bigger] > #+beamer_frame_level: 1 > #+beamer_header_extra: > \usetheme[alternativetitlepage=true,titleline=true,titlepagelogo=../pics/pic.jpg]{Torino} > #+beamer_header_extra: \usecolortheme{freewilly} > Actually all the #+BEAMER_* options are ignored (I fixed the line breaks, so that's not it). Everything else makes it into the tex file. Seems something is broke. Nick > #+latex_header: \usepackage{tikz} > #+latex_header: > \usetikzlibrary{decorations,arrows,automata,positioning,backgrounds} > > #+latex_header: \usepackage{setspace} > #+latex_header: \setstretch{1.3} > > #+latex_header: \usepackage{lmodern} > #+latex_header: \usepackage{booktabs} > #+AUTHOR: John Henderson > --- > > I tried inserting the above into a file called =beamer-setup.org= and > simply doing: > --- > #+setupfile: ~/org/aux/beamer-setup.org > --- > > This doesn't seem to work, however. My theme doesn't get picked up, > for example. If I put the contents into the file directly, I'm all > set. Any suggestions on why this might be the case? > > Thanks, > John >