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
Hi Eric, No, (require 'tramp) doesn't solve the problem. However, commenting out (declare-function with-parsed-tramp-file-name "tramp" (filename var &rest body)) in ob.el does the job. However, this can hardly be the solution (Also, it doesn't get rid of the error message in the minibuffer).

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

2012-07-08 Thread Eric Schulte
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 to use it in R as a variable, it's no problem on the local > host. However, r

[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