[ESS] problem with visible (again)
Andreas Leha
andreas.leha at med.uni-goettingen.de
Mon Jun 17 13:15:02 CEST 2013
Hi all,
the problem I had with 'visible' seems to continue. When I return a table
in orgmode with a :session header argument set, I see the visible column
again.
I report here as I think this is the better place to report this, but
feel free to (tell me to) take this over to the orgmode mailing list.
Here is an example orgmode file, that demonstrates my problem:
--8<---------------cut here---------------start------------->8---
* Test
#+begin_src R :colnames yes :results table :var origin="dtrn"
names <- c("drtn", "uiae", "xvlc")
values <- 1:3
cbind(name=names, val=values)
#+end_src
#+results:
| name | val |
|------+-----|
| drtn | 1 |
| uiae | 2 |
| xvlc | 3 |
#+begin_src R :session *R* :colnames yes :results table :var origin="dtrn"
names <- c("drtn", "uiae", "xvlc")
values <- 1:3
cbind(name=names, val=values)
#+end_src
#+results:
| value.name | value.val | visible |
|------------+-----------+---------|
| drtn | 1 | TRUE |
| uiae | 2 | TRUE |
| xvlc | 3 | TRUE |
--8<---------------cut here---------------end--------------->8---
Regards,
Andreas
PS: I just pulled ess from git, but I was already up-to-date.
More information about the ESS-help
mailing list