From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: my-mini-table(something) Date: Fri, 19 Jun 2009 02:19:28 +0200 Message-ID: <873a9xcbxr.fsf@bzg.ath.cx> References: <28CF207F-50F8-4F14-8787-F99E5BC2369C@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHRpY-0001J4-QV for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 20:19:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHRpT-0001CB-PX for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 20:19:44 -0400 Received: from [199.232.76.173] (port=60893 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHRpT-0001BW-Er for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 20:19:39 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:23296) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHRpQ-0003Qe-UT for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 20:19:37 -0400 Received: by ey-out-1920.google.com with SMTP id 3so142496eyh.24 for ; Thu, 18 Jun 2009 17:19:35 -0700 (PDT) In-Reply-To: (Matthew Lundin's message of "Thu, 18 Jun 2009 07:25:02 -0500") 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: Matthew Lundin Cc: emacs-orgmode 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. -- Bastien