Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-28 Thread Eric Schulte
Eric S Fraga writes: > "Eric Schulte" writes: > >> [...] >>> >>> The problem is that nothing appears in the org file; instead, I get the >> >>> following error message: >>> >>> Evaluate this clojure code block (simple) on your system? (y or n) y >>> executing Clojure code block (simple)... >>>

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-28 Thread Eric S Fraga
"Eric Schulte" writes: > [...] >> >> The problem is that nothing appears in the org file; instead, I get the > >> following error message: >> >> Evaluate this clojure code block (simple) on your system? (y or n) y >> executing Clojure code block (simple)... >> org-babel-execute:clojure: Invalid

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-28 Thread Eric Schulte
[...] > > The problem is that nothing appears in the org file; instead, I get the > following error message: > > Evaluate this clojure code block (simple) on your system? (y or n) y > executing Clojure code block (simple)... > org-babel-execute:clojure: Invalid read syntax: "#" > > This is very co

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-28 Thread Eric S Fraga
(followup to my long email a few minutes ago) I should have added that the output I expect does all appear in the =*slime-repl clojure*= buffer even if it never appears in the org buffer. Maybe I've misunderstood what ob-clojure is meant to do? thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-28 Thread Eric S Fraga
"Eric Schulte" writes: [...] > I would suggest using that latest version of ELPA, and adding the > following repository sources to your ELPA archives... [...] > Once you have slime working, then Babel code blocks should be trivial > (they rely on a slime session). Be sure to use the ":package

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-27 Thread Eric S Fraga
"Eric Schulte" writes: [...] > I would suggest using that latest version of ELPA, and adding the > following repository sources to your ELPA archives... Done. Thanks for the more comprehensive list of archives. [...] > This should result in the correct collection of packages being made > ava

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-27 Thread Eric Schulte
Eric S Fraga writes: > Hi all! > > I have started using clojure for some serious programming and, > obviously, org comes to mind as my development environment, having very > successfully used org+babel for Octave code development. Clojure is > installed just fine and I have been using leiningen

[O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-27 Thread Eric S Fraga
Hi all! I have started using clojure for some serious programming and, obviously, org comes to mind as my development environment, having very successfully used org+babel for Octave code development. Clojure is installed just fine and I have been using leiningen for project management up to now (