emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* New exporter macro question
@ 2013-02-11 12:48 Carsten Dominik
  2013-02-11 13:45 ` Carsten Dominik
  2013-02-11 21:37 ` Nicolas Goaziou
  0 siblings, 2 replies; 6+ messages in thread
From: Carsten Dominik @ 2013-02-11 12:48 UTC (permalink / raw)
  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="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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-12  6:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-11 12:48 New exporter macro question Carsten Dominik
2013-02-11 13:45 ` Carsten Dominik
2013-02-11 14:43   ` Nick Dokos
2013-02-11 16:31     ` Nick Dokos
2013-02-11 21:37 ` Nicolas Goaziou
2013-02-12  6:23   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).