emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: my-mini-table(something)


From: Carsten Dominik
Subject: Re: [Orgmode] Re: my-mini-table(something)
Date: Fri, 19 Jun 2009 08:06:44 +0200


On Jun 19, 2009, at 2:19 AM, Bastien wrote:

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.

It is now.  Thanks.

- Carsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]