From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Clojure support for org-babel Date: Mon, 9 Nov 2009 11:57:34 +0000 Message-ID: References: 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 1N7Ssh-0002Dx-VE for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 06:58:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7Ssd-0002C2-G8 for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 06:57:59 -0500 Received: from [199.232.76.173] (port=52303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Ssd-0002By-7G for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 06:57:55 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:33175) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7Ssc-0003Y4-Lq for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 06:57:54 -0500 Received: by mail-ew0-f228.google.com with SMTP id 28so3588112ewy.42 for ; Mon, 09 Nov 2009 03:57:54 -0800 (PST) In-Reply-To: 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: Joel Boehland Cc: emacs-orgmode@gnu.org 2009/11/6 Joel Boehland : > 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 Woo hoo!!! I've been wanting this since I saw org-babel! Thanks a bunch... I'm looking forward to using it! R.