From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhihao Ding Subject: can't get table output when running r babel Date: Wed, 8 Aug 2018 16:10:10 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000c043450572ede893" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fnQ6V-0004HY-2m for emacs-orgmode@gnu.org; Wed, 08 Aug 2018 11:10:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnQ6R-0008MB-37 for emacs-orgmode@gnu.org; Wed, 08 Aug 2018 11:10:27 -0400 Received: from mail-pl0-x233.google.com ([2607:f8b0:400e:c01::233]:41061) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fnQ6Q-0008Le-RJ for emacs-orgmode@gnu.org; Wed, 08 Aug 2018 11:10:22 -0400 Received: by mail-pl0-x233.google.com with SMTP id w19-v6so1156093ply.8 for ; Wed, 08 Aug 2018 08:10:22 -0700 (PDT) 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: "emacs-orgmode@gnu.org" --000000000000c043450572ede893 Content-Type: text/plain; charset="UTF-8" Hi there, I can't seem to get a table output from running this toy example: #+HEADER: :results value #+BEGIN_SRC R data <- data.frame(list(a=c(1,2,3), b=c(4,5,6))) data #+END_SRC #+RESULTS: The problem seems to be org-babel-insert-result: Wrong type argument: markerp, nil I see that the value of org-field-marker is nil in org-table.el. I am using this version of org: Org mode version 9.1.13 (9.1.13-elpa @ /home/user/.emacs.d/elpa/org-20180806/) If anyone could advise it'd be great. Thanks, Zhihao --000000000000c043450572ede893 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi there,=C2=A0

I can't = seem to get a table output from running this toy example:

=C2=A0=C2=A0 #+HEADER: :results value
=C2=A0 =C2=A0 #+BEG= IN_SRC R
=C2=A0 =C2=A0 =C2=A0 data <- data.frame(list(a=3Dc(1,= 2,3), b=3Dc(4,5,6)))
=C2=A0 =C2=A0 =C2=A0 data
=C2=A0 = =C2=A0 #+END_SRC

=C2=A0 =C2=A0 #+RESULTS:

The problem seems to be=C2=A0
org-babel-insert-r= esult: Wrong type argument: markerp, nil

I see= that the value of=C2=A0org-field-marker is nil in=C2=A0org-table.el.=C2=A0=

I am using this version of org:
Org mod= e version 9.1.13 (9.1.13-elpa @ /home/user/.emacs.d/elpa/org-20180806/)
=

If anyone could advise it'd be great.=C2=A0

Thanks,
Zhihao

<= br>
--000000000000c043450572ede893--