From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-html-postamble-format and #+DATE: specification in 8.0pre Date: Sat, 06 Apr 2013 14:19:34 +0200 Message-ID: <87r4ing8bt.fsf@gmail.com> References: <87y5d6z46f.fsf@duenenhof-wilhelm.de> <87hajnzagn.fsf@gmail.com> <87zjxem10m.fsf@duenenhof-wilhelm.de> <87d2u8x1hh.fsf@gmail.com> <87zjxbykg3.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOS5t-0002X6-CL for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 08:19:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOS5s-0004FW-9R for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 08:19:41 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:40770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOS5s-0004FP-3j for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 08:19:40 -0400 Received: by mail-wg0-f54.google.com with SMTP id a12so4675208wgh.9 for ; Sat, 06 Apr 2013 05:19:39 -0700 (PDT) In-Reply-To: <87zjxbykg3.fsf@duenenhof-wilhelm.de> (Dieter Wilhelm's message of "Sat, 06 Apr 2013 13:20:28 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dieter Wilhelm Cc: Alan Schmitt , emacs-orgmode@gnu.org Hello, > #+DATE: {{{modification-time(%Y-%m-%d)}}} > > is working when I'm exporting individual files but now when I'm trying > to publish I'm getting: > > Generating tree-style sitemap for Die D=C3=BCnenhof-Seite [15 times] > byte-code: Bad timestamp `((macro (:key modification-time :value {{{modif= ication-time(%Y-%m-%d)}}} :args (%Y-%m-%d) :begin 1 :end 34 :post-blank 0 := parent #0)))' > Error was: (stringp ((macro (:key modification-time :value {{{modificatio= n-time(%Y-%m-%d)}}} :args (%Y-%m-%d) :begin 1 :end 34 :post-blank 0 :parent= #1)))) > > Seemingly this macro wreaks havoc with the automatic sitemap > generation... Indeed, there's a bug. Thank you for letting me know. I have pushed a fix in master branch. Does it solves the problem? Regards, --=20 Nicolas Goaziou