Then, it's me. Thanks.

2017-02-02 15:03 GMT+01:00 Nicolas Goaziou <m...@nicolasgoaziou.fr>:

> Hello,
>
> Luis Souto Graña <luissoutob...@gmail.com> 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