lisp/ob-R.el: Fix tangling with tables
commitfdfb59454a22b4bccb180cb469f3f3ecfd3e7467
authorRainer M. Krug <R.M.Krug@gmail.com>
Fri, 20 Jun 2014 20:19:59 +0000 (20 22:19 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 27 Jul 2014 22:00:52 +0000 (28 00:00 +0200)
tree917bc481b87e1f2010d669e21ba55558ce01a6df
parentda8b695b2b2c76139180faab7a36c2185b943e75
lisp/ob-R.el: Fix tangling with tables

* lisp/ob-R.el (org-babel-R-assign-elisp): Fix variable transfer of
tables by using text connections in R instead of files.  Variable
transfer of tables does not depend on files anymore, i.e. works also
when tangling.
lisp/ob-R.el