From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode Date: Thu, 04 Jan 2018 11:55:52 +0100 Message-ID: <87d12pc2pz.fsf@bzg.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX3Bn-0007oH-MB for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 05:56:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX3Bm-0003Lt-UX for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 05:55:59 -0500 In-Reply-To: (numbchild@gmail.com's message of "Thu, 4 Jan 2018 17:34:00 +0800") 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" To: "numbchild@gmail.com" Cc: clojure@googlegroups.com, Org-mode "numbchild@gmail.com" writes: > https://github.com/stardiviner/ob-clojure-literate Thanks for sharing this. About this part: (defun ob-clojure-cider-do-not-find-ns () "Fix the issue that `cider-current-ns' try to invoke `clojure-find-ns' to extract ns from buffer." (setq-local cider-buffer-ns "user")) I'm not entirely sure what is the problem here, but it looks like something that can be fixed directly un CIDER. Is it so? -- Bastien