From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: [new exporter] Date format string not handled for LaTeX export Date: Mon, 29 Oct 2012 22:55:32 +0000 (UTC) Message-ID: References: <87fw4xqviy.fsf@gmail.com> <87y5iposs7.fsf@gmail.com> 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]:50106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSyFJ-0000GE-JC for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 18:55:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSyFI-00013j-5e for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 18:55:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:40005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSyFH-00013Z-Tv for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 18:55:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TSyFL-0000wj-5c for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 23:55:51 +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 23:55:51 +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 23:55:51 +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 Nicolas Goaziou gmail.com> writes: > I just tried with a minimal init and it worked. Could you send the > example you're trying to export? The file is below. With a minimal init, I get the error "Symbol's function definition is void: org-macro-initialize-templates'. If I use my full .emacs file, the exporter just seems to freeze up. ------ test.org ----- #+DATE: {{{date(%c)}}} This ia a test file.