From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [BUG] R src blocks untabify literal constant TABs Date: Tue, 22 Sep 2015 17:05:40 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeXZC-0003JL-3h for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:05:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeXZ8-0006b7-TM for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:05:46 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:42370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeXZ8-0006b1-CU for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:05:42 -0400 In-Reply-To: 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: Grant Rettke Cc: Org-Mode mailing list On Tue, 22 Sep 2015, Grant Rettke wrote: > On Tue, Sep 22, 2015 at 5:04 PM, Charles C. Berry wrote: >> >> ECM follows: > > I just ran it and got 10 chars like you expected: > > #+BEGIN_src R > nchar("A B") > #+END_src > > #+RESULTS: > : 10 10 is not what I expected. Should be 3 characters. Be sure to run the second src block (which creates the third with the three character string) before running the third. But thanks for checking. Chuck