Carsten Dominik writes:
>> PS: this is not yet documented in the manual.
>
> It is now. Thanks.
Thanks :)
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/
On Jun 19, 2009, at 2:19 AM, Bastien wrote:
Matthew Lundin writes:
#+MACRO: special-table #+HTML: something
Note that you can also use a variable in your macro:
#+MACRO: special-table #+HTML: $1
{{{special-table(something)}}}
PS: this is not yet documented in the manual.
It is now. T
Matthew Lundin writes:
> #+MACRO: special-table #+HTML: src="./images/icon.png"/>something
Note that you can also use a variable in your macro:
#+MACRO: special-table #+HTML: $1
{{{special-table(something)}}}
PS: this is not yet documented in the manual.
--
Bastien
_