From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: An HTML Export Observation Date: Tue, 15 Mar 2011 12:31:44 -0400 Message-ID: <4D7F9470.8010403@gmail.com> References: <4D7EF96D.3000004@gmail.com> <87aagw7cfo.fsf@gnu.org> <4D7F84D1.6010502@gmail.com> <87r5a8v0r6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57239 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzXgW-0001YJ-B4 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzX9w-0000zF-0Q for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 12:31:48 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:36069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzX9v-0000vx-T4 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 12:31:47 -0400 Received: by mail-gy0-f169.google.com with SMTP id 10so392325gyg.0 for ; Tue, 15 Mar 2011 09:31:47 -0700 (PDT) In-Reply-To: <87r5a8v0r6.fsf@gnu.org> 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: emacs-orgmode@gnu.org On 03/15/2011 11:53 AM, Bastien wrote: > 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. This answers the question I asked in the email I just sent. Thanks. > >> '(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. >