From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Export: Using LaTeX "\timestamp" and or customising title header Date: Fri, 06 Aug 2010 11:23:40 +0200 Message-ID: <87lj8k5c2r.fsf@gnu.org> References: <20100805182557.GE29362@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35880 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhJ9W-0007yH-0f for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:23:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhJ9U-0002ZV-WD for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:23:45 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:52586) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhJ9U-0002ZK-PW for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:23:44 -0400 Received: by wwi14 with SMTP id 14so8806013wwi.30 for ; Fri, 06 Aug 2010 02:23:44 -0700 (PDT) In-Reply-To: <20100805182557.GE29362@localhost> (Mash's message of "Thu, 5 Aug 2010 19:25:57 +0100") 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: 'Mash Cc: emacs-orgmode@gnu.org Hi Mash, 'Mash writes: > I have started experimenting with publishing outlines to PDF, and have > been trying to sort out basic styling, mainly because the default > export looks terrible. The default LaTeX export looks like a simple LaTex file. > I disabled the title header as I want my first outline to be the first > thing at the top of the page. The problem is that I would like to > either customise the real header i.e. not have it centred; Maybe what you're looking for is a specific LaTeX class. Org lets you define what class you want to use for your export - check the manual. > or be able to use "\timestamp" under my first outline which would > display the file timestamp. Is \timestamp a standard command? Is timestamp.sty a standard LaTeX package? If so, you can add it to `org-latex-entities'. HTH, -- Bastien