Hello,
"Sebastien Vauban" <wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org> 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