From mboxrd@z Thu Jan  1 00:00:00 1970
From: roberthambrock@gmail.com
Subject: [PATCH 0/1] ob-clojure.el: Add :ns to specify evaluation namespace
Date: Wed, 28 Mar 2018 03:13:50 +0200
Message-ID: <20180328011351.6909-1-robert.hambrock@cern.ch>
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:34604)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <roberthambrock@gmail.com>) id 1f0zfE-0000mx-MS
	for emacs-orgmode@gnu.org; Tue, 27 Mar 2018 21:14:09 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <roberthambrock@gmail.com>) id 1f0zfA-0007HQ-Mh
	for emacs-orgmode@gnu.org; Tue, 27 Mar 2018 21:14:08 -0400
Received: from mail-wr0-x243.google.com ([2a00:1450:400c:c0c::243]:36623)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <roberthambrock@gmail.com>)
	id 1f0zfA-0007H4-Fp
	for emacs-orgmode@gnu.org; Tue, 27 Mar 2018 21:14:04 -0400
Received: by mail-wr0-x243.google.com with SMTP id y55so644317wry.3
	for <emacs-orgmode@gnu.org>; Tue, 27 Mar 2018 18:14:04 -0700 (PDT)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: "Emacs-orgmode"
	<emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
To: emacs-orgmode@gnu.org
Cc: Robert Hambrock <roberthambrock@gmail.com>

From: Robert Hambrock <roberthambrock@gmail.com>

Dear Org maintainer,

this patch implements namespace specification for Clojure source blocks, necessary in Org files with Clojure source blocks segregated from their applicable namespace declaration (Clojure source file, REPL declaration, or another source block).
As I will be making further patches in the future, please let me know if this is the most convenient formatting for you or if you have changes to suggest.

All the best,
Robert

Robert Hambrock (1):
  ob-clojure.el: Add :ns to specify evaluation namespace

 lisp/ob-clojure.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.16.1