[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] var expansion on tangling only once per file
From: |
Rainer M Krug |
Subject: |
[O] var expansion on tangling only once per file |
Date: |
Fri, 06 Apr 2012 11:52:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
I have a file wide variable defined and tangle several source blockd into one
file.
BNo the variable is expanded in each block.
Would it be possible to have the expansion at the beginning of the file and nod
be repeated, as
this can cause problems?
The following org code
#+PROPERTY: tangle test.R
#+PROPERTY: var TheVar=99
* Part one
#+begin_src R :tabgle:
x <- 1
#+end_src
* Problem
#+begin_src R
y <- list(
x = 1,
#+end_src
* Problem continued
#+begin_src R
x <- 3
)
#+end_src
results in an error in R due to the repeated "TheVar <- 99" in the list
definition.
Org-mode version 7.8.08 (release_7.8.07.213.ge6fdf) from git this morning
If I remember correctly, this sneeked in quite recently.
Thanks,
Rainer
- --
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys.
(Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: address@hidden
Skype: RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9+vNoACgkQoYgNqgF2egpnqgCfagLVojt2kU3SouF+GdQ11BJB
J7wAn3zqXQR9KuiHLXOKBHimBeZgnGSv
=rXHQ
-----END PGP SIGNATURE-----
- [O] var expansion on tangling only once per file,
Rainer M Krug <=