From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: New exporter macro question Date: Mon, 11 Feb 2013 13:48:42 +0100 Message-ID: <8312EEB6-F657-449E-B025-167031ECACAC@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4soQ-0006ra-Ty for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 07:48:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4soP-0005LN-Mp for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 07:48:46 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4soP-0005L5-HT for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 07:48:45 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so3082951wid.17 for ; Mon, 11 Feb 2013 04:48:43 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org List" Hi, I am porting my websites to the new exporter, finally. Much is very = smooth. I do have a problem with macros: * Macro definition #+MACRO: thumbright #+ATTR_HTML: = style=3D"float:right;width:$1;margin:0px 20px 0px 20px;" \n = [[./Content/$2/thumb.jpg]] * Macro call {{{thumbright(300px,Wiskunde)}}} * This used to expand to * But now it expands to nothing I am sure I am missing something basic. Thanks! - Carsten=