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

2009-06-19 Thread Bastien
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/

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

2009-06-18 Thread Carsten Dominik
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

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

2009-06-18 Thread Bastien
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 _