emacs-orgmode
[Top][All Lists]
Advanced

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

bug with macro expansion after underscore (subscript)


From: Dauer, Michael
Subject: bug with macro expansion after underscore (subscript)
Date: Tue, 5 Jan 2021 15:10:13 +0100

Hi,

I cannot expand a macro after underscore, as the following sample shows in detail:

#+macro: xxx A
* macro bug
_{{{xxx}}}
a _{{{xxx}}}
a_{{{xxx}}}
a^{{{xxx}}}
a{{{xxx}}}
a_A

generates:

_A
a _A
a_{{{xxx}}}
a^{{{xxx}}}
aA
a_A

thx
m


reply via email to

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