Re: [O] :no-expand not working on variables?

2014-04-16 Thread Bastien
Hi Rainer, Rainer M Krug rai...@krugs.de writes: Sorry - sure. Attached. Applied in master, thanks, -- Bastien

Re: [O] :no-expand not working on variables?

2014-04-08 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: According to the manual :no-expand is only supposed to have an effect during tangling, not execution. Thanks Eric - re-reading the manual, it became clear. Maybe

Re: [O] :no-expand not working on variables?

2014-04-03 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: According to the manual :no-expand is only supposed to have an effect during tangling, not execution. Thanks Eric - re-reading the manual, it became clear. Maybe to clarify this in the manual, one could say:

Re: [O] :no-expand not working on variables?

2014-03-31 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: According to the manual :no-expand is only supposed to have an effect during tangling, not execution. Thanks Eric - re-reading the manual, it became clear. Maybe to clarify this in the manual, one could say: , | The `:no-expand' header argument

Re: [O] :no-expand not working on variables?

2014-03-30 Thread Eric Schulte
According to the manual :no-expand is only supposed to have an effect during tangling, not execution. Best, Rainer M Krug rai...@krugs.de writes: Hi shouldn't the following not give an error from R as it should not be expanding the variables? --8---cut

[O] :no-expand not working on variables?

2014-03-28 Thread Rainer M Krug
Hi shouldn't the following not give an error from R as it should not be expanding the variables? --8---cut here---start-8--- #+PROPERTY: no-expand TRUE #+PROPERTY: var YEAR=2014 * a noexpand code #+begin_src R :results output :no-expand cat(YEAR) #+end_src

Re: [O] :no-expand not working on variables?

2014-03-28 Thread Rainer M Krug
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Rainer M Krug wrote: shouldn't the following not give an error from R as it should not be expanding the variables? #+PROPERTY: no-expand TRUE I guess this should be: #+PROPERTY: no-expand yes Nope - the same.

Re: [O] :no-expand not working on variables?

2014-03-28 Thread Sebastien Vauban
Rainer M Krug wrote: shouldn't the following not give an error from R as it should not be expanding the variables? #+PROPERTY: no-expand TRUE I guess this should be: #+PROPERTY: no-expand yes Best regards, Seb -- Sebastien Vauban