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: Nicolas Goaziou
Subject: Re: [O] Not tables in babel scheme
Date: Thu, 02 Feb 2017 15:03:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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]