[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH 0/1] ob-clojure.el: Add :ns to specify evaluation namespace
From: |
roberthambrock |
Subject: |
[O] [PATCH 0/1] ob-clojure.el: Add :ns to specify evaluation namespace |
Date: |
Wed, 28 Mar 2018 03:13:50 +0200 |
From: Robert Hambrock <address@hidden>
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
- [O] [PATCH 0/1] ob-clojure.el: Add :ns to specify evaluation namespace,
roberthambrock <=