From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Commit 6d2ab40 breaks table input in R Date: Wed, 23 Sep 2015 23:00:48 +0200 Message-ID: <87twqkyhof.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zer89-0001pA-V4 for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 16:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zer89-00030P-10 for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 16:59:09 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zer88-0002zs-Qf for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 16:59:08 -0400 In-Reply-To: (Charles C. Berry's message of "Wed, 23 Sep 2015 10:17:30 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Charles C. Berry" Cc: Org-Mode mailing list 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 a propertized string. Indeed. This is a bug, which is now fixed. Thank you. Regards, -- Nicolas Goaziou