From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: ob-clojure.el (org-babel for Clojure) Date: Sat, 04 Oct 2014 04:36:14 +0200 Message-ID: <87wq8g1rz5.fsf@gmail.com> References: <87tx3mddr0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaFDM-0001Kj-Kk for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 22:37:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaFCu-0007Yt-8O for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 22:36:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:55161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaFCu-0007YO-2B for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 22:36:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XaFCr-0005DF-Fe for emacs-orgmode@gnu.org; Sat, 04 Oct 2014 04:36:25 +0200 Received: from e178061012.adsl.alicedsl.de ([85.178.61.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Oct 2014 04:36:25 +0200 Received: from tjolitz by e178061012.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Oct 2014 04:36:25 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Daniel Szmulewicz writes: > Daniel Szmulewicz gmail.com> writes: > >> >> Thorsten Jolitz gmail.com> writes: >> >> > Did you try other :results types like >> > >> > ,---- >> > | #+BEGIN_SRC clojure :results raw >> > `---- >> > >> >> Yes, thank you. I tried various switches for the results argument, >> and the result was the same: >> >> "Code block produced no output". >> >> I also wanted to rule out a version mismatch, so I tried in org-mode >> from the main branch, and the result was the same: >> >> "Code block produced no output". >> >> Things are moving fast with Cider, maybe an API that ob-clojure.el was >> relying upon underwent a breaking change?. >> >> > Just to confirm that it's a API change that broke ob-clojure.el for cider. > Also, the cider maintainer suggests to remove the nrepl back-end, > as it has merged into cider. > I'll be happy to submit a patch to fix ob-clojure.el, > but I'm not sure how to proceed. > Pointers welcome. try this ,---- | http://orgmode.org/worg/org-contribute.html `---- -- cheers, Thorsten