emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Not tables in babel scheme


From: Luis Souto Graña
Subject: Re: [O] Not tables in babel scheme
Date: Thu, 2 Feb 2017 20:04:37 +0100

Then, it's me. Thanks.

2017-02-02 15:03 GMT+01:00 Nicolas Goaziou <address@hidden>:
Hello,

Luis Souto Graña <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]