emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Not tables in babel scheme
@ 2017-02-01 12:01 Luis Souto Graña
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Souto Graña @ 2017-02-01 12:01 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 585 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Not tables in babel scheme
@ 2017-02-01 23:57 Luis Souto Graña
  2017-02-02 14:03 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Luis Souto Graña @ 2017-02-01 23:57 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 701 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-02 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 12:01 Not tables in babel scheme Luis Souto Graña
  -- strict thread matches above, loose matches on Subject: below --
2017-02-01 23:57 Luis Souto Graña
2017-02-02 14:03 ` Nicolas Goaziou
2017-02-02 19:04   ` Luis Souto Graña

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).