[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Simplify repeated same section with different variable value
From: |
Myles English |
Subject: |
Re: [O] Simplify repeated same section with different variable value |
Date: |
Tue, 24 Apr 2012 13:36:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said:
> Hi I have a section which I want to repeat for different variable
> values. At the moment I am copying them, but I do not like it at
> all:
> ** Species one :PROPERTIES: :var: SPECIES="sp1" :END: *** Data
> Checks Here is some text #+header: :results output #+begin_src R
> checkData(species=SPECIES) #+end_src
> ** Species 2 :PROPERTIES: :var: SPECIES="sp2" :END: *** Data Checks
> Here is some text #+header: :results output #+begin_src R
> checkData(species=SPECIES) #+end_src
> I am sure there must be an easier way with org?
How about using yasnippet?
> Cheers,
> Rainer
Myles