Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Sebastian Rose writes: > Ulf Stegemann 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: >> >> doMagic('myVariable') > > > Example: > > >

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Haha, just for the fun of it: While trying to document this via Org-mode, I had to define this macro here: #+MACRO: macro {{{$1}}} * Predefined Macros * ={{{macro(date(TIME_FORMAT_STRING))}}}= * ={{{macro(modification-time(TIME_FORMAT_STRING))}}}= * ={{{macro(time(TIME_F

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Ulf Stegemann 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: > > doMagic('myVariable') Example: #+MACRO: macname (eval (format "Macro sa

Re: [Orgmode] Markup for export question

2009-07-09 Thread Giovanni Ridolfi
--- Gio 9/7/09, Ulf Stegemann ha scritto: > 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: > >   > doMagic('myVariable') > > The purpose is of co

[Orgmode] Markup for export question

2009-07-09 Thread Ulf Stegemann
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: doMagic('myVariable') The purpose is of course to indicate that `doMagic' is a literal function/method name whil