Re: breakage: Using self-defined Macro in macro definition

2020-01-20 Thread Berry, Charles
> On Jan 20, 2020, at 2:27 AM, Robert Klein wrote: > > > Hi, > > when I use a self-defined macro in a macro definition, subsequent > macros in the same macro definition don't get expanded (tested with > org version 9.2.1 and tip of maint): The expansions in your example follow the rules.

breakage: Using self-defined Macro in macro definition

2020-01-20 Thread Robert Klein
Hi, when I use a self-defined macro in a macro definition, subsequent macros in the same macro definition don't get expanded (tested with org version 9.2.1 and tip of maint): --- snip example --- #+Macro: newline (eval "\n") #+Macro: new $1 {{{newline}}}#+Index: $1 {{{newline}}} Use the