From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: Args out of range: 0, 1 Date: Tue, 4 Jun 2013 12:00:19 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujq5K-0006UE-6P for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 08:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujpum-0005ji-Ob for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 08:01:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:41756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujpum-0005jS-Gm for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 08:00:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ujpul-0005BP-C8 for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 14:00:35 +0200 Received: from ss0.wits.ac.za ([146.141.1.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jun 2013 14:00:35 +0200 Received: from sabrewolfy by ss0.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jun 2013 14:00:35 +0200 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: emacs-orgmode@gnu.org Emacs/R is aborting running/exporting an R code block with the message: Args out of range: 0, 1 in the mini-buffer line. This is triggered when I try to use ascii or print to output a data structure. I've searched for this error and found it to be related to converting HTML to text. with a number of posts from several years ago. What can I do to solve it? I'm using Emacs 23.4.1, Org version 7.9.2, R 2.15.2 on Kubuntu 13.04. I'll try to prepare a minimal example, separate from my actual input data.