From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Luis_Souto_Gra=C3=B1a?= Subject: Not tables in babel scheme Date: Wed, 1 Feb 2017 13:01:27 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113f77e4fab18d054776ce26 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYtbN-00088v-Sw for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 07:01:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYtbN-0000n1-7R for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 07:01:29 -0500 Received: from mail-it0-x22e.google.com ([2607:f8b0:4001:c0b::22e]:33386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYtbN-0000lx-3v for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 07:01:29 -0500 Received: by mail-it0-x22e.google.com with SMTP id d9so34251541itc.0 for ; Wed, 01 Feb 2017 04:01:28 -0800 (PST) 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 --001a113f77e4fab18d054776ce26 Content-Type: text/plain; charset=UTF-8 Spacemacs version 0.200.7 Org mode version 9.0.3 Guile version 2.0.11 #+BEGIN_SRC emacs-lisp (list '(1 2 3) '(4 5 6)) #+END_SRC #+RESULTS: | 1 | 2 | 3 | | 4 | 5 | 6 | #+BEGIN_SRC scheme (list '(1 2 3) '(4 5 6)) #+END_SRC #+RESULTS: :((1 2 3) (4 5 6)) Is it me or a known bug? --001a113f77e4fab18d054776ce26 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Spacemac= s version 0.200.7
Org mode version 9.0.3
Guile versi= on 2.0.11

#+BEGIN_SRC emacs-lisp
=C2=A0=C2= =A0=C2=A0 (list '(1 2 3) '(4 5 6))
#+END_SRC

= #+RESULTS:
| 1 | 2 | 3 |
| 4 | 5 | 6 |

#+BEGIN_SRC schem= e
=C2=A0=C2=A0 (list '(1 2 3) '(4 5 6))
#+END_SRC=

#+RESULTS:
:((1 2 3) (4 5 6))

Is it me=C2=A0 = or a known bug?

--001a113f77e4fab18d054776ce26--