emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [new exporter] Date format string not handled for LaTeX export


From: Nicolas Goaziou
Subject: Re: [O] [new exporter] Date format string not handled for LaTeX export
Date: Tue, 30 Oct 2012 08:14:01 +0100

Hello,

Nick Dokos <address@hidden> writes:

> Michael Gauland <address@hidden> wrote:
>
>> Nicolas Goaziou <n.goaziou <at> 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.
>> 
>> 
>> 
>
> With a minimal file, I get a cpu pegged at 100% with no end in
> sight. Setting debug-on-quit and C-g gives me the following backtrace.
>
> Org-mode version 7.9.2 (release_7.9.2-533-g07c889 @
> /home/nick/elisp/org-mode/lisp/)

This is {{{time(...)}}}, not {{{date(...)}}}.

{{{date(%c)}}} is another macro that is replaced with the #+DATE: value
during export. Since you try to replace #+DATE: value with itself, you
dive into an inf loop.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]