[ESS] ess-developer interacting with orgmode

Andreas Leha andreas.leha at med.uni-goettingen.de
Mon Jun 3 23:53:36 CEST 2013


Hi all,

I am experiencing strange interactions between orgmode and
ess-developer-mode.



This is a test file with a test result:


--8<---------------cut here---------------start------------->8---

* 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 |

--8<---------------cut here---------------end--------------->8---




And here is the test file, when ess-developer-mode is activated in
*test*:


--8<---------------cut here---------------start------------->8---

* 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    |

--8<---------------cut here---------------end--------------->8---




Is this a known issue?

Best,
Andreas



More information about the ESS-help mailing list