Hi,

I was looking at what text can serve as macro arguments and it seems there are a couple of restrictions. Namely, if I export the following to html:

#+MACRO: leftcolumn @@html:<div class="left">$1</div>@@
#+MACRO: rightcolumn @@html:<div class="right">$1</div>@@

* Title

** Section

{{{leftcolumn(
[[http://www.google.com/]]
)}}}

{{{rightcolumn(
Line 1

Line 2
)}}}

Neither one of the macros work.
Is it expected ? (I assume yes)

What is the best way to put stuff side-by-side on ox-reveal (is anybody here has already done that).

Thanks in advance,

Fabrice