emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Re: [BABEL][BUG] Tangle incorrect with variables


From: Sébastien Vauban
Subject: [O] Re: [BABEL][BUG] Tangle incorrect with variables
Date: Thu, 31 Mar 2011 18:00:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Rainer,

Rainer M Krug wrote:
>> I get the following tangled output
>> 
>> --8<---------------cut here---------------start------------->8---
>> 
>> REV=$(cat <<'BABEL_TABLE'
>> master
>> BABEL_TABLE
>> )
>> STATE=$(cat <<'BABEL_TABLE'
>> edited
>> BABEL_TABLE
>> )
>>   rm -rf ./R
>>   rm -f ./spreadSim.sub
>>   REVISION=$REV.$STATE
>>   tar -xf nsa.$REVISION.tar.gz
>>   $HOME/R/R/R-2.12.0/bin/Rscript --vanilla -e
>> "source('./R/generateLatinHypercubeScenarios.R'); doIt()"
>>   for SCENARIO in ./R/scenarios/*.R; do
>>     export SCENARIO=${SCENARIO#./R/scenarios/}
>>     qsub nsa.sub
>>   done
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Which looks right to me.  Could it be something specific about your
>> setup which is causing this issue?
>
> Sorry - I did not relize that the way the variables are inserted has
> changed - I should have tried the script before asking. It works fine.

For my own understanding, could you explicit what you consider as changed in
the way the variables are inserted?

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]