[O] Property var alters behavior of org variables in R code blocks

2012-08-30 Thread Johannes Meisig
Hi, I encountered the following problem using org-mode with R code blocks. When using #PROPERTY: var in my org file to set global variables, R stops to recognize the column names of org tables defined like this: #+TBLNAME: parameters-xlinked | A | B | |---+---| | 1 | 2 | #+begin_src R :sessi

Re: [O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
ror message in the minibuffer). Johannes On 07/08/2012 03:37 PM, Eric Schulte wrote: Johannes Meisig writes: Hi, adding to this question: http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00677.html I have the following problem. If I define a table in an .org file and then try

[O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
Hi, adding to this question: http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00677.html I have the following problem. If I define a table in an .org file and then try to use it in R as a variable, it's no problem on the local host. However, remotely I get the error: Invalid funct