Hello, Yagnesh Raghava Yakkala <yagn...@live.com> writes:
> Nicolas Goaziou <n.goaz...@gmail.com> writes: >> #+TITLE: Macro test >> #+MACRO: test2 recursive $1 >> #+MACRO: test A {{{test2(inner)}}} macro, $1. >> #+MACRO: html-builder (eval (+ $1 $2)) >> >> >> {{{test(and an outer one)}}} >> >> Some complex macro {{{html-builder(1,2)}}}. > > > out of curiosity I tried to export above snippet. it is working nice except > for > new exporter latex option. (org-export-dispatch and d option) You're right. I was protecting dollar signs before replacing arguments. This should be fixed in master. Thank you for the report. Regards, -- Nicolas Goaziou