Matthew Lundin <m...@imapmail.org> writes: > #+MACRO: special-table #+HTML: <table><tr><td><img > src="./images/icon.png"/></td><td<code>something</code></td></tr></table>
Note that you can also use a variable in your macro: #+MACRO: special-table #+HTML: <table><tr><td><img src="./images/icon.png"/></td><td<code>$1</code></td></tr></table> {{{special-table(something)}}} PS: this is not yet documented in the manual. -- Bastien _______________________________________________ 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