Comments in your .emacs file? That's blasphemy!
On Tuesday, March 5, 2013 6:37:29 AM UTC-6, greg r wrote:
>
> I think I was wrong about the extra elisp code required for nrepl to
> evaluate babel Clojure code blocks. This was from last year:
>
>
> https://groups.google.com/forum/?fromgroups=#!se
I think I was wrong about the extra elisp code required for nrepl to
evaluate babel Clojure code blocks. This was from last year:
https://groups.google.com/forum/?fromgroups=#!searchin/nrepl-el/babel/nrepl-el/txLYH9tH6AU/hj0NkyF8YZ8J
I checked my .emacs file and the extra code for clojure babel
This is a very helpful example. Along similar lines, I was thinking it
would be cool to have a document of 4clojure problems/solutions/tests. I
haven't used tangle/weave yet, which would be pretty useful for that. I
think it would be a great learning resource to create an org-based book of
"bes
Very cool. Great looking doc! I just installed LaTeX and TeXworks so it's
off to play. (Other than incanter I already have the rest working,
including nrepl - though I have to start up nrepl with nrepl-jack-in. Is
that what you were planning on doing? It would be cool to have it launched
by th
+1 for org-babel. I put together an example project solving the Potter Kata
on github several months ago, so if someone is looking for some examples of
how you might do LP with org-babel, take a look at it here:
https://github.com/lambdatronic/org-babel-example
Happy hacking,
~Gary
On
Here's a little project I worked on:
https://github.com/Greg-R/incanterchartcustom
I'm just now learning git, so I hope the files are intact in the
repository. I cloned to another machine and they appear to be OK.
The Incanter chart PDF document shows what is possible with regard to
documenti
Worked like a charm. Thanks!
Babel is fun. I really like the idea of being able to code in multiple
languages in one document - and have return values from one feed another.
And I just found out you can include TeX too - just starting to play with
that. I'd love to hear more about how you use c
Try adding
:results value raw
to your options.
Here is what the org manual says:
The results are interpreted as raw Org mode code and are inserted directly
into the buffer. If the results look like a table they will be aligned as
such by Org mode.
org is a fantastic environment for playing wi