From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Boehland Subject: Clojure support for org-babel Date: Thu, 5 Nov 2009 17:34:48 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6Dj4-0006g4-Ob for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 20:34:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6Diz-0006Ze-Mg for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 20:34:54 -0500 Received: from [199.232.76.173] (port=54990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6Diz-0006ZR-Fm for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 20:34:49 -0500 Received: from mail-iw0-f201.google.com ([209.85.223.201]:44750) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6Diz-0003FI-6j for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 20:34:49 -0500 Received: by iwn39 with SMTP id 39so589246iwn.25 for ; Thu, 05 Nov 2009 17:34:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I love org-mode and org-babel, and would like to be able to use Clojure with them. I have put a first cut that supports Clojure, along with a support test file up on github: http://github.com/jolby/org-babel-clojure I would like to be able to have this incorporated into org-mode, so please let me know if I need to make any changes that will enable it to be accepted. Thanks! Joel