From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: [new exporter] Date format string not handled for LaTeX export Date: Mon, 29 Oct 2012 03:41:18 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSgEJ-0007Pb-Bk for emacs-orgmode@gnu.org; Sun, 28 Oct 2012 23:41:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSgEI-0001mw-Er for emacs-orgmode@gnu.org; Sun, 28 Oct 2012 23:41:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:45530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSgEI-0001mp-8Q for emacs-orgmode@gnu.org; Sun, 28 Oct 2012 23:41:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TSgEK-0001pQ-Qm for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 04:41:36 +0100 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 04:41:36 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 04:41:36 +0100 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 When I provide a format string to the #+DATE: option, the old LaTeX exporter correctly uses it to format the current date; the new exporter just uses the format string for the date. The new HTML exporter does not have this problem.