Re: [O] [new-exporter] Macro expansion does not allow for newlines '\n'

2012-12-07 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin writes: > The new exporter does not properly parse \n characters in macro definitions. > > In the old exporter the following: > > #+MACRO: test hello\ngoodbye > > {{{test}}} > > exports to ASCII as: > > hello > goodbye > > In the new exporter (e-ascii) it exports as:

[O] [new-exporter] Macro expansion does not allow for newlines '\n'

2012-12-06 Thread Jonathan Leech-Pepin
Hello all, The new exporter does not properly parse \n characters in macro definitions. In the old exporter the following: #+MACRO: test hello\ngoodbye {{{test}}} exports to ASCII as: hello goodbye In the new exporter (e-ascii) it exports as: hello\ngoodbye I've also reproduced this using