[ESS] ess-developer interacting with orgmode
Vitalie Spinu
spinuvit at gmail.com
Tue Jun 4 11:16:55 CEST 2013
No it is not known issue and is not supposed to happen.
It has to do with .Last.value that org-babel inspects. In this specific
case that value is
$value
a b
1 1 1
2 2 2
3 3 3
$visible
[1] FALSE
I don't understand as yet why it occurs only when ess-developer is
on.
Vitalie
>> Andreas Leha <andreas.leha at med.uni-goettingen.de>
>> on Mon, 3 Jun 2013 23:53:36 +0200 wrote:
> Hi all,
> I am experiencing strange interactions between orgmode and
> ess-developer-mode.
> This is a test file with a test result:
> * Test
> #+begin_src R :session *test* :colnames yes
> data.frame(a=1:3, b=1:3)
> #+end_src
> #+results:
> | a | b |
> |---+---|
> | 1 | 1 |
> | 2 | 2 |
> | 3 | 3 |
> And here is the test file, when ess-developer-mode is activated in
> *test*:
> * Test
> #+begin_src R :session *test* :colnames yes
> data.frame(a=1:3, b=1:3)
> #+end_src
> #+results:
> | value.a | value.b | visible |
> |---------+---------+---------|
> | 1 | 1 | TRUE |
> | 2 | 2 | TRUE |
> | 3 | 3 | TRUE |
> Is this a known issue?
> Best,
> Andreas
> ______________________________________________
> ESS-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
More information about the ESS-help
mailing list