From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: my-mini-table(something) Date: Fri, 19 Jun 2009 08:06:44 +0200 Message-ID: <27801724-7DCC-4D39-9B96-1576EEF1C452@gmail.com> References: <28CF207F-50F8-4F14-8787-F99E5BC2369C@nf.mpg.de> <873a9xcbxr.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHY2w-0008AI-JD for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 02:57:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHY2s-00087s-58 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 02:57:58 -0400 Received: from [199.232.76.173] (port=56318 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHY2s-00087m-1q for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 02:57:54 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12447) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHY2r-00042n-EW for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 02:57:53 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHY2q-0001MD-Od for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 02:57:52 -0400 Received: by ewy6 with SMTP id 6so2087580ewy.42 for ; Thu, 18 Jun 2009 23:57:51 -0700 (PDT) In-Reply-To: <873a9xcbxr.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Matthew Lundin , emacs-orgmode 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. Thanks. - Carsten