2016-12-19 02:23 -0800, Johannes <bra...@nordakademie.de>:

> 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 version 8.3.6 (8.3.6-7-g4d7d52-elpa @
> /Users/johannes/Library/Preferences/Aquamacs
> Emacs/Packages/elpa/org-20161010/)
>
> Any hints?
>
> Johannes

It looks like this it's an org-mode related question, and here is a hint:

https://emacs.stackexchange.com/questions/7291/disable-tabular-output-for-code-block-in-org-mode

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to