emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Jonathan Leech-Pepin
Subject: [O] [new-exporter] Macro expansion does not allow for newlines '\n'
Date: Thu, 6 Dec 2012 15:15:15 -0500

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 e-pdf and e-texinfo.

Regards,

--
Jon

reply via email to

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