Hi, with today's version of Org mode and CVS Emacs (23.1.50.1) macro expansion seems to be broken. An org file like
--8<--------------------------snip-------------------------->8--- #+MACRO: foo BAR * baz {{{foo}}} --8<--------------------------snap-------------------------->8--- exported to HTML produces --8<--------------------------snip-------------------------->8--- [...] <div id="outline-container-1" class="outline-2"> <h2 id="sec-1"><span class="section-number-2">1</span> baz </h2> <div class="outline-text-2" id="text-1"> <p> ACR </p></div> [...] --8<--------------------------snap-------------------------->8--- The `ACR' origins from the first line of the file, i.e. different first lines result in different expansions. I'm not aware of any settings I have that should influence macro handling, so I guess this is reproduce-able. Ulf _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode