From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: can't get table output when running r babel Date: Thu, 9 Aug 2018 07:32:44 +0200 Message-ID: <20180809073237.5bc08c50@lt70.mpip-mainz.mpg.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fndZ7-0006GD-IO for emacs-orgmode@gnu.org; Thu, 09 Aug 2018 01:32:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fndZ4-0004fN-Ea for emacs-orgmode@gnu.org; Thu, 09 Aug 2018 01:32:53 -0400 Received: from mout.kundenserver.de ([212.227.126.133]:57704) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fndZ4-0004eo-4J for emacs-orgmode@gnu.org; Thu, 09 Aug 2018 01:32:50 -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" To: Zhihao Ding Cc: "emacs-orgmode@gnu.org" On Wed, 8 Aug 2018 16:10:10 +0100 Zhihao Ding wrote: > Hi there, >=20 > I can't seem to get a table output from running this toy example: >=20 > #+HEADER: :results value > #+BEGIN_SRC R > data <- data.frame(list(a=3Dc(1,2,3), b=3Dc(4,5,6))) > data > #+END_SRC >=20 > #+RESULTS: >=20 > The problem seems to be > org-babel-insert-result: Wrong type argument: markerp, nil >=20 > I see that the value of org-field-marker is nil in org-table.el. >=20 > I am using this version of org: > Org mode version 9.1.13 (9.1.13-elpa @ > /home/user/.emacs.d/elpa/org-20180806/) >=20 > If anyone could advise it'd be great. >=20 > Thanks, > Zhihao Hi Zhihao, I als get #+RESULTS: | 1 | 4 | | 2 | 5 | | 3 | 6 | using "GNU Emacs 26.1 (build 3, x86_64-unknown-openbsd6.3, GTK+ Version 2.24.32) of 2018-05-30" Org mode version 9.1.13 (release_9.1.13-5-g30498e @ /home/roklein/.emacs.d/= org-mode/lisp/) My org version is up-to-date =E2=80=9Cmaint=E2=80=9D, your elpa version sho= uld be up to date, too (=E2=80=9C20180806=E2=80=9D). What ist your Emacs version? Do you also encounter the issue with a minima= l Emacs/Org setup? Best regards Robert