emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] New exporter macro question


From: Carsten Dominik
Subject: [O] New exporter macro question
Date: Mon, 11 Feb 2013 13:48:42 +0100

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="float:right;width:$1;margin:0px 20px 
0px 20px;"  \n     [[./Content/$2/thumb.jpg]]



* Macro call

   {{{thumbright(300px,Wiskunde)}}}




* This used to expand to

   <img src="./Content/Wiskunde/thumb.jpg" 
style="float:right;width:300px;margin:0px 20px 0px 20px;" 
alt="./Content/Wiskunde/thumb.jpg" />


* But now it expands to nothing
  I am sure I am missing something basic.  Thanks!

- Carsten


reply via email to

[Prev in Thread] Current Thread [Next in Thread]