From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: An HTML Export Observation Date: Tue, 15 Mar 2011 16:53:17 +0100 Message-ID: <87r5a8v0r6.fsf@gnu.org> References: <4D7EF96D.3000004@gmail.com> <87aagw7cfo.fsf@gnu.org> <4D7F84D1.6010502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51110 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzWZ2-0000Ct-Be for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:53:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzWZ0-0001RN-Iv for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:53:40 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzWZ0-0001R4-8i for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:53:38 -0400 Received: by wyf19 with SMTP id 19so785429wyf.0 for ; Tue, 15 Mar 2011 08:53:37 -0700 (PDT) In-Reply-To: <4D7F84D1.6010502@gmail.com> (Scott Randby's message of "Tue, 15 Mar 2011 11:25:05 -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: > First, I am using org-mode release_7.5.41.g187b. Please make sure to pull after this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1b02fe8c6e3693a321bfc4d2da52fa64a7d22590 > '(org-export-html-with-timestamp t) This control the insertion of html-helper timestamp section. > '(org-export-time-stamp-file t) This is the one you want. (:time-stamp-file in a publishing project). > '(org-export-with-timestamps t) > > But when I do C-c C-e h on the document, the author, email, and creator > appear in the postamble, but no timestamp. It works here with latest git. -- Bastien