From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Luis_Souto_Gra=C3=B1a?= Subject: Re: Not tables in babel scheme Date: Thu, 2 Feb 2017 20:04:37 +0100 Message-ID: References: <877f58ellz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c05d26e290e12054790d64b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZMgR-00018D-I6 for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 14:04:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZMgQ-0008TZ-Oj for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 14:04:39 -0500 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]:34390) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZMgQ-0008TR-IU for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 14:04:38 -0500 Received: by mail-io0-x232.google.com with SMTP id l66so540586ioi.1 for ; Thu, 02 Feb 2017 11:04:38 -0800 (PST) In-Reply-To: <877f58ellz.fsf@nicolasgoaziou.fr> 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 --94eb2c05d26e290e12054790d64b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Then, it's me. Thanks. 2017-02-02 15:03 GMT+01:00 Nicolas Goaziou : > Hello, > > Luis Souto Gra=C3=B1a writes: > > > 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? > > I cannot reproduce your issue. > > Regards, > > -- > Nicolas Goaziou > --94eb2c05d26e290e12054790d64b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Then, it's me. Thanks.

2017-02-02 15:03 GMT+01:00 Nicolas Goaz= iou <mail@nicolasgoaziou.fr>:
Hello,

Luis Souto Gra=C3=B1a <luisso= utobueu@gmail.com> writes:

> Spacemacs version 0.200.7 Org mode version 9.0.3 Guile version 2.0.11<= br> >
> #+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 or a known bug?

I cannot reproduce your issue.

Regards,

--
Nicolas Goaziou

--94eb2c05d26e290e12054790d64b--