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 19:47:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Sebastian Rose <address@hidden> writes:
> 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
>



Can someone here tell me, what I read when looking at the OP's email?




This works, but not in #+BEGIN_SRC or `  : ' protected:

  @<code>doMagic('@<var>myVariable@</var>')@<code>



  Sebastian




reply via email to

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