emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Clojure Code Block Results not Tabularized


From: Bastien
Subject: Re: [O] Clojure Code Block Results not Tabularized
Date: Wed, 29 Jan 2014 16:28:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Eric Schulte <address@hidden> writes:

> Try evaluating the following and see how it works.

It works fine for me:

,----
| #+BEGIN_SRC clojure :results table
| (map #(* %1 3) '(1 2 3))
| #+END_SRC
| 
| #+RESULTS:
| | 3 | 6 | 9 |
`----

> This simply copies
> the results handling from the slime backend to the cider backend (which
> currently does not appear to have any results handling).  While you're
> at it the nrepl results handling looks broken to me as well.

Yep.

Greg, please test Eric's function above for all your use cases and let
us know if it covers them all -- then I'll fix this and the nrepl case
too.

Thanks Eric!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]