Am 07.04.2012 19:22, schrieb Olaf.Hamann:
Hello all,

Is there an easy way to do a simple text block expansion with
parameters, I mean sth like this:

#+begin_src xsl :tangle outputfile :noweb tangle
{{{gCV(argument1,param2)}}}
#+end_src

#+MACRO: gCV replacement text...
...spread over different...
...multiple lines with arguments like $1 ...
...and $2 and so on...
...
#+end_macro


I think I will try to adapt m4 as org-language so that it can be used for executing src-blocks.
That may fit my needs and #+MACRO stays good for oneline replacement

Reply via email to