From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: HTML export: no date in postamble unless set manually Date: Mon, 25 Feb 2013 18:03:41 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA2Ov-0000RV-IZ for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 13:03:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA2Ou-0002Yd-0E for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 13:03:45 -0500 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:36623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA2Ot-0002YR-OR for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 13:03:43 -0500 In-Reply-To: Content-Language: en-US Content-ID: <6EC3E24095D024468A59C53C611A18D0@campus.berkeley.edu> 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: "emacs-orgmode@gnu.org" I have org-export-html-postamble set to t. When I export a simple org file that has no explicit #+date line (using the new exporter), I get a line that says "Date:" at the bottom of the resulting HTML file, but there's no date listed next to it. If I add an explicit #+date line, it is correctly transferred to the bottom of the HTML file, but wouldn't it make sense to have today's date listed if no explicit alternative is provided? At any rate, adding a line that says "Date:" with nothing after the colon doesn't seem like the optimal default setting. Thanks. Richard Stanton