* [feature] Macros can't contain accents
@ 2012-06-22 19:51 Sebastien Vauban
2012-06-22 19:57 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Sebastien Vauban @ 2012-06-22 19:51 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hello,
The following macro won't work:
--8<---------------cut here---------------start------------->8---
#+MACRO: max-déductible-remboursement-capital 2120.00
For 2011, the maximum is *{{{max-déductible-remboursement-capital}}} \EUR*.
--8<---------------cut here---------------end--------------->8---
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...
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [feature] Macros can't contain accents
2012-06-22 19:51 [feature] Macros can't contain accents Sebastien Vauban
@ 2012-06-22 19:57 ` Nicolas Goaziou
[not found] ` <4FE55CCB.2000102@christianmoe.com>
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2012-06-22 19:57 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ
Hello,
"Sebastien Vauban"
<wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-06-24 7:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22 19:51 [feature] Macros can't contain accents Sebastien Vauban
2012-06-22 19:57 ` Nicolas Goaziou
[not found] ` <4FE55CCB.2000102@christianmoe.com>
2012-06-23 8:58 ` Nicolas Goaziou
2012-06-24 7:56 ` Christian Moe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).