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: Thu, 2 Feb 2017 00:57:02 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113f64ba1fe6c9054780ceea Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ4ls-00017p-Sr for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 18:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ4ls-0007v1-7C for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 18:57:04 -0500 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]:37364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ4ls-0007ua-0s for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 18:57:04 -0500 Received: by mail-it0-x231.google.com with SMTP id r185so30047364ita.0 for ; Wed, 01 Feb 2017 15:57:03 -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 --001a113f64ba1fe6c9054780ceea 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? --001a113f64ba1fe6c9054780ceea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
<= div>
Spacemacs version 0.200.7
Org mode version 9.0.3
Guile version 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 scheme
=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?

--001a113f64ba1fe6c9054780ceea--