Re: [O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-16 Thread Bastien
Eric Schulte writes: > However, in this particular case, you could easily sneak your patch into > under 10 lines by replacing the `cond' with a nested `if', and I would > be happy to include such a patch immediately. I just applied Robert's patch in a way that makes his contribution short enoug

Re: [O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-14 Thread Bastien
Eric Schulte writes: > Yes, please do consider signing the FSF papers to enable this and future > contributions to be included into Org-mode. Robert sent the paper, let's wait till the process is done. > However, in this particular case, you could easily sneak your patch into > under 10 lines b

Re: [O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-13 Thread Eric Schulte
Yes, please do consider signing the FSF papers to enable this and future contributions to be included into Org-mode. However, in this particular case, you could easily sneak your patch into under 10 lines by replacing the `cond' with a nested `if', and I would be happy to include such a patch imme

Re: [O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-13 Thread Bastien
Hi Robert, Robert McIntyre writes: > This small patch handles :results output for clojure src blocks by > using clojure's with-out-str function. I let Eric Schulte apply (or not) your patch. > Please let me know if I've done anything wrong as this is my first > patch to org-mode. It is more t

[O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-12 Thread Robert McIntyre
This small patch handles :results output for clojure src blocks by using clojure's with-out-str function. Please let me know if I've done anything wrong as this is my first patch to org-mode. sincerely, --Robert McIntyre diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index a72b14c..00013b8