From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Another HTML Export Question Date: Tue, 15 Mar 2011 18:39:41 +0100 Message-ID: <87ipvke10i.fsf@gnu.org> References: <4D7EF1E8.2010506@gmail.com> <877hc0xvc8.fsf@gnu.org> <4D7F9376.5080809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38369 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzYE0-0004mN-4F for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzYDy-0002LM-Qc for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:40:03 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:51985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzYDy-0002Kw-DT for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:40:02 -0400 Received: by wwi18 with SMTP id 18so2819240wwi.0 for ; Tue, 15 Mar 2011 10:40:01 -0700 (PDT) In-Reply-To: <4D7F9376.5080809@gmail.com> (Scott Randby's message of "Tue, 15 Mar 2011 12:27:34 -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: Scott Randby Cc: emacs-orgmode@gnu.org Hi Scott, Scott Randby writes: >>> 3. How do I change the text of the creator line? >> >> You cannot. > > Bummer. But you can customize org-export-html-preamble-format to something that will customize it. > The timestamps are fixed, but there are two new issues. First, I get > weird HTML in the postamble for the email address. Fixed now. > The second issue is that the following now appears at the end of my HTML > documents: > >


(setq org-export-html-with-timestamp nil) should do. Best, -- Bastien