Am Montag, 19. Dezember 2016 15:55:25 UTC+1 schrieb ae...@posteo.de:
>
> 2016-12-19 02:23 -0800, Johannes >:
>
> > Hi,
> >
> > without problems I can do something like that:
> >
> > #+begin_src clojure :results value
> > (get [ 1 2 3 4] 3)
> > #+end_src
> >
> >
> > #+RESULTS:
> > : 4
2016-12-19 02:23 -0800, Johannes :
> Hi,
>
> without problems I can do something like that:
>
> #+begin_src clojure :results value
> (get [ 1 2 3 4] 3)
> #+end_src
>
>
> #+RESULTS:
> : 4
>
> But evaluating
>
> #+begin_src clojure :results value
> [ 1 2 3 4]
> #+end_src
>
> I get
> #+RESULTS:
2016-12-19 02:23 -0800, Johannes :
> Hi,
>
> without problems I can do something like that:
>
> #+begin_src clojure :results value
> (get [ 1 2 3 4] 3)
> #+end_src
>
>
> #+RESULTS:
> : 4
>
> But evaluating
>
> #+begin_src clojure :results value
> [ 1 2 3 4]
> #+end_src
>
> I get
> #+RESULTS:
>
Hi,
without problems I can do something like that:
#+begin_src clojure :results value
(get [ 1 2 3 4] 3)
#+end_src
#+RESULTS:
: 4
But evaluating
#+begin_src clojure :results value
[ 1 2 3 4]
#+end_src
I get
#+RESULTS:
| 1 | 2 | 3 | 4 |
instead of
[1 2 3 4]
My org-mode version: Org-mode v