From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: questions about exporting to latex using beamer documentclass Date: Sat, 04 Jul 2009 23:40:15 -0400 Message-ID: <14503.1246765215@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNIbe-0002ms-Pk for emacs-orgmode@gnu.org; Sat, 04 Jul 2009 23:41:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNIba-0002mg-8y for emacs-orgmode@gnu.org; Sat, 04 Jul 2009 23:41:34 -0400 Received: from [199.232.76.173] (port=57889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNIba-0002md-6Q for emacs-orgmode@gnu.org; Sat, 04 Jul 2009 23:41:30 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:12604) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNIbZ-0002Eb-NZ for emacs-orgmode@gnu.org; Sat, 04 Jul 2009 23:41:29 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.221]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMA009TKI6CWTR7@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 04 Jul 2009 22:39:48 -0500 (CDT) In-reply-to: Message from Spike Spiegel of "Sun, 05 Jul 2009 00:31:41 BST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Spike Spiegel Cc: emacs-orgmode@gnu.org Spike Spiegel wrote: > ... > - I also need to include an image in the titlepage but I don't see any > way to override \maketitle other than maybe renewcommand'ing it, which > I tried with #+LaTeX_HEADER, but kept getting errors, altho that might > have been me. While poking around I noticed > org-export-latex-title-command in org-latex.el but I'm unsure how I'd > use that to achieve my goal. > This can be done using beamer's \titlegraphic command. Add #+LaTeX_HEADER: \titlegraphic{\includegraphics{foo.png}} to your org file. HTH, Nick