Re: [O] Macro and babel

2012-09-18 Thread Sean O'Halpin
On Wed, Sep 19, 2012 at 1:54 AM, tony day wrote: > > I had written this: > > , > | #+MACRO: testdir ~/working > | #+begin_src sh > | cd {{{testdir}}} > | #+end_src > ` > > Thinking it would do this: > > , > | #+begin_src sh > | cd ~/working > | #+end_src > ` > Alas, #+Macro ac

[O] Macro and babel

2012-09-18 Thread tony day
I had written this: , | #+MACRO: testdir ~/working | #+begin_src sh | cd {{{testdir}}} | #+end_src ` Thinking it would do this: , | #+begin_src sh | cd ~/working | #+end_src ` Alas, #+Macro acts on export only. Is there a quick way to effect general text substitution on C