|
| From: | Bastien |
| Subject: | Re: [Orgmode] Re: my-mini-table(something) |
| Date: | Fri, 19 Jun 2009 02:19:28 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) |
Matthew Lundin <address@hidden> 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
| [Prev in Thread] | Current Thread | [Next in Thread] |