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
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