From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: LaTeX Export option for titlepage Date: Tue, 05 May 2009 12:22:49 -0700 Message-ID: <4A009209.4030704@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1QEM-0002Qu-1X for emacs-orgmode@gnu.org; Tue, 05 May 2009 15:23:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1QEJ-0002OX-WF for emacs-orgmode@gnu.org; Tue, 05 May 2009 15:23:04 -0400 Received: from [199.232.76.173] (port=44909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1QEJ-0002OI-Qa for emacs-orgmode@gnu.org; Tue, 05 May 2009 15:23:03 -0400 Received: from qmta07.westchester.pa.mail.comcast.net ([76.96.62.64]:45195) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1QEJ-0005wT-GM for emacs-orgmode@gnu.org; Tue, 05 May 2009 15:23:03 -0400 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: org-mode emacs-orgmode I am exporting a report to LaTeX and PDF and would like to modify the generated output somewhat and can't find the place I need to tweak. Currently, with the toc turned on the generated .tex file has \maketitle immediately after the \begin{document} command. I would like to change this to: \begin{titlingpage} \maketitle \end{titlingpage} Is there any way to have this happen automatically? Obviously, it isn't a huge deal to edit the file and tweak it manually. I just thought it would be nice to be able to parameterize this somehow. Unfortunately the org-export-latex-classes only specify the headers up to the \begin{document} command. Mark