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

2011-07-16 Thread Bastien
Eric Schulte schulte.e...@gmail.com 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

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

2011-07-14 Thread Bastien
Eric Schulte schulte.e...@gmail.com 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

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

2011-07-13 Thread Bastien
Hi Robert, Robert McIntyre r...@mit.edu 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

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

[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