emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Markup for export question


From: Sebastian Rose
Subject: Re: [Orgmode] Markup for export question
Date: Thu, 09 Jul 2009 17:38:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Ulf Stegemann <address@hidden> writes:
> When writing documentations I often come across expressions like
>
>   doMagic('myVariable')
>
> In an ideal world the HTML code for this after exporting the org file
> would look like this:
>
>   <code>doMagic('<var>myVariable</var>')</code>


Example:


  #+MACRO: macname (eval (format "Macro says '%s'" $1))
  
  * Some headline
  
    {{{macname("Something to say here")}}}


It does _not_ work without the `eval'.



See:

  http://orgmode.org/Changes.html#sec-2.1.1




  Sebastian

reply via email to

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