From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Customizing HTML Export Date: Wed, 14 May 2008 06:22:24 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jw8mA-0005xG-Ub for emacs-orgmode@gnu.org; Wed, 14 May 2008 00:39:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jw8m7-0005uT-Mk for emacs-orgmode@gnu.org; Wed, 14 May 2008 00:39:36 -0400 Received: from [199.232.76.173] (port=56705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jw8m7-0005uD-5T for emacs-orgmode@gnu.org; Wed, 14 May 2008 00:39:35 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:20020) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jw8m6-0005lA-M8 for emacs-orgmode@gnu.org; Wed, 14 May 2008 00:39:34 -0400 In-Reply-To: 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: Peter Jones Cc: org-mode Hi Peter, try this: #+OPTIONS: skip:nil #+TITLE: this is the title #+BEGIN_HTML: #+END_HTML * section 1 HTH, Carsten On May 12, 2008, at 10:07 PM, Peter Jones wrote: > I'm trying to come up with the best way to insert author and date > information after the title h1 in an HTML export of a single org file. > > This may seem silly, but I have a CSS file that turns the title h1 and > author info into a title page for printing. I'm doing this as opposed > to using latex. > > I could use the HTML preamble to insert the title h1 and author info > myself, but I'm not sure how to make the preamble dynamic enough to > capture the title of the page being exported since it can only be a > string. > > Any suggestions? > > -- > Peter Jones, pmade inc. > http://pmade.com > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode