Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-05 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Martin Carlé writes: > >> On 2015-11-04 Wed 14:14, Andreas Leha wrote: >> >>> ,--- >>> | > I'd say it is a bug if the results from evaluation differ between >>> | > manual eva

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-05 Thread Nicolas Goaziou
Hello, Martin Carlé writes: > On 2015-11-04 Wed 14:14, Andreas Leha wrote: > >> ,--- >> | > I'd say it is a bug if the results from evaluation differ between >> | > manual evaluation and during export. >> | > >> | > And even

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-05 Thread Martin Carlé
On 2015-11-04 Wed 14:14, Andreas Leha wrote: > ,--- > | > I'd say it is a bug if the results from evaluation differ between > | > manual evaluation and during export. > | > > | > And even if it is not explicitely contradictin

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-04 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> ... >> So, to me it is more surprising that the manual execution works. For >> instance, I might have two tables with the same name. Then, COMMENTing >> one of them should ensure that the other one is used. >> > > COMMENT works during exp

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-02 Thread Nick Dokos
Andreas Leha writes: > ... > So, to me it is more surprising that the manual execution works. For > instance, I might have two tables with the same name. Then, COMMENTing > one of them should ensure that the other one is used. > COMMENT works during export *only* I believe. You have to explici

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-02 Thread Andreas Leha
Hi myq, myq writes: > Sometime since Org version 8.3beta and now, the way Org Babel resolves > the value of the `:var` header argument when assigned to a reference has > changed. > > Previously, the following would work when exporting: > > * test > > #+BEGIN_SRC R :var dat=table-data > print(su

[O] Org Babel resolution of `:var` value reference inconsistent

2015-11-01 Thread myq
Sometime since Org version 8.3beta and now, the way Org Babel resolves the value of the `:var` header argument when assigned to a reference has changed. Previously, the following would work when exporting: --8<---cut here---start->8--- * test #+BEGIN_SRC R :va