[O] Commit 6d2ab40 breaks table input in R

2015-09-23 Thread Charles C. Berry
This ECM fails with an error starting with the above commit. #+NAME: numeric | 1 | 2 | 3 | | 4 | 5 | 6 | #+BEGIN_SRC R :var df=numeric df #+END_SRC Similar tests in test-ob-R.el also fail. orgtbl-to-tsv now returns a propertized string. --- Should this be fixed in org-table.el or

Re: [O] Commit 6d2ab40 breaks table input in R

2015-09-23 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > This ECM fails with an error starting with the above commit. > > #+NAME: numeric > | 1 | 2 | 3 | > | 4 | 5 | 6 | > > > #+BEGIN_SRC R :var df=numeric > df > #+END_SRC > > Similar tests in test-ob-R.el also fail. > > orgtbl-to-tsv now returns