From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Not tables in babel scheme Date: Thu, 02 Feb 2017 15:03:04 +0100 Message-ID: <877f58ellz.fsf@nicolasgoaziou.fr> 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]:55302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZHyk-00069x-7F for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:03:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZHyh-00085l-4o for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:03:14 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:41862) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZHyg-00085b-Ug for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 09:03:11 -0500 In-Reply-To: ("Luis Souto =?utf-8?Q?Gra=C3=B1a=22's?= message of "Thu, 2 Feb 2017 00:57:02 +0100") 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: Luis Souto =?utf-8?Q?Gra=C3=B1a?= Cc: emacs-orgmode@gnu.org 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, --=20 Nicolas Goaziou