From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Szmulewicz Subject: Re: ob-clojure.el (org-babel for Clojure) Date: Sat, 4 Oct 2014 01:34:23 +0000 (UTC) Message-ID: References: <87tx3mddr0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaEF9-00032q-Of for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 21:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaEF3-0004Oo-KK for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 21:34:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:55791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaEF3-0004Oc-DI for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 21:34:37 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XaEF2-0007n1-3l for emacs-orgmode@gnu.org; Sat, 04 Oct 2014 03:34:36 +0200 Received: from dynamic.5.144.62.69.ccc.net.il ([dynamic.5.144.62.69.ccc.net.il]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Oct 2014 03:34:36 +0200 Received: from daniel.szmulewicz by dynamic.5.144.62.69.ccc.net.il with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Oct 2014 03:34:36 +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 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.