Re: [O] ob-clojure: presentation of map structures?

2014-02-02 Thread Soapy Smith
On Sun, 2014-02-02 at 01:42 -0500, Phill Wolf wrote: > Floundering among the options, I tried :results value pp. It yielded > this: > > : "{\"Pluto\" 5,\n \"Plattsburgh\" 4,\n \"Philadelphia\" 3,\n > \"Sankt-Peterburg\" 2,\n \"Paris\" 1,\n \"Peru\" 0}\n" > > > pprint's good intentions are evid

Re: [O] ob-clojure: presentation of map structures?

2014-02-01 Thread Eric Schulte
Phill Wolf writes: > How may I use an Org document to illustrate Clojure src blocks that produce > Clojure data structures -- particularly maps -- as pretty-printed text? I > think I am using Org "master" in Emacs 24.3. > > #+BEGIN_SRC clojure :results value <> > (zipmap > ["Peru" "Paris" "San

[O] ob-clojure: presentation of map structures?

2014-02-01 Thread Phill Wolf
How may I use an Org document to illustrate Clojure src blocks that produce Clojure data structures -- particularly maps -- as pretty-printed text? I think I am using Org "master" in Emacs 24.3. #+BEGIN_SRC clojure :results value <> (zipmap ["Peru" "Paris" "Sankt-Peterburg" "Philadelphia" "Plat