From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: keyword :html-postamble-format seems to not be used Date: Thu, 03 May 2018 14:56:07 -0700 Message-ID: <20180503215608.5612AE4E8F@mailuser.nyi.internal> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEMD0-0001us-JU for emacs-orgmode@gnu.org; Thu, 03 May 2018 17:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEMCx-0000iu-7w for emacs-orgmode@gnu.org; Thu, 03 May 2018 17:56:14 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35461) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEMCx-0000g6-1U for emacs-orgmode@gnu.org; Thu, 03 May 2018 17:56:11 -0400 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" To: org-mode Looking at source of `org-html--build-pre/postamble`, I think `:html-postamble t` does check `org-html-postamble-format`, but I'd like it to check `:html-postamble-format` as well. I encountered this problem as I'm trying to remove the validate string in the postamble, which `:html-postamble auto` will always include. Not sure if there's a way to still keep the result of `:time-stamp-file` with `:html-postamble t`. That is, retain the inserted `Created: ...` string. -- Brady