emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [feature] Macros can't contain accents


From: Nicolas Goaziou
Subject: Re: [O] [feature] Macros can't contain accents
Date: Fri, 22 Jun 2012 21:57:59 +0200


Hello,

"Sebastien Vauban"
<address@hidden> writes:

> Hello,
>
> The following macro won't work:
>
> #+MACRO: max-déductible-remboursement-capital 2120.00
>
> For 2011, the maximum is *{{{max-déductible-remboursement-capital}}} \EUR*.
>
> When replacing `é' by `e', it does work.
>
> I don't know if it's a bug, neither if corrective action needs to be taken.
> Just signalling it...

Here is the regexp for a macro:

"{{{\\([a-zA-Z][-a-zA-Z0-9_]*\\)\\(([ \t\n]*\\([^\000]*?\\))\\)?}}}"

Its name must start with a letter and can only contain letter, numbers,
hyphens and underscores.  There is the same kind of limitation for
target names and probably other references (custom-id maybe).


Regards,

-- 
Nicolas Goaziou




reply via email to

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