From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode Date: Thu, 4 Jan 2018 17:34:00 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11c04a80ff71dc0561f009a0" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX1v1-00083E-2H for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 04:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX1uy-0002bF-Hr for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 04:34:33 -0500 Received: from mail-ot0-x230.google.com ([2607:f8b0:4003:c0f::230]:44691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eX1uy-0002aW-C7 for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 04:34:32 -0500 Received: by mail-ot0-x230.google.com with SMTP id g59so845680otg.11 for ; Thu, 04 Jan 2018 01:34:32 -0800 (PST) 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: Org-mode , clojure@googlegroups.com --001a11c04a80ff71dc0561f009a0 Content-Type: text/plain; charset="UTF-8" I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode. Welcome to use it and add PR. https://github.com/stardiviner/ob-clojure-literate I still have two features not implemented. Hope someone will PR. Thanks very much. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ --001a11c04a80ff71dc0561f009a0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I created a package ob-clojure-literate for Clojure Liter= ate Programming in Org-mode. Welcome to use it and add PR.

https://gi= thub.com/stardiviner/ob-clojure-literate

I still have = two features not implemented. Hope someone will PR. Thanks very much.

[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 GPG = key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDD= D B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
<= /div>
--001a11c04a80ff71dc0561f009a0-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode Date: Thu, 4 Jan 2018 19:20:18 +0800 Message-ID: References: <87d12pc2pz.fsf@bzg.fr> Reply-To: clojure@googlegroups.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="089e082caf9c1fc0f00561f1864a" Return-path: Sender: clojure@googlegroups.com In-Reply-To: <87d12pc2pz.fsf@bzg.fr> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Bastien Guerry Cc: Org-mode , clojure@googlegroups.com List-Id: emacs-orgmode.gnu.org --089e082caf9c1fc0f00561f1864a Content-Type: text/plain; charset="UTF-8" No, I asked Clojure ML, and posted an issue on clojure-mode GitHub issues. I need to find a workaround on myself. You can check out the discussion here https://github.com/clojure-emacs/clojure-mode/pull/465. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guerry wrote: > "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 > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --089e082caf9c1fc0f00561f1864a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
No, I asked Clojure ML, and posted an issue on clojure-mod= e GitHub issues. I need to find a workaround on myself.
You can check = out the discussion here https://github.com/clojure-emacs/clojure-mode/pull/465.=

<= div>
[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 GPG key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA= 92BC CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/=

On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guer= ry <b= zg@gnu.org> wrote:
"numbchild@gmail.com" <numbchild@gmail.com> writes:

> https://github.com/stardiviner/ob-clojur= e-literate

Thanks for sharing this.

About this part:

(defun ob-clojure-cider-do-not-find-ns ()
=C2=A0 "Fix the issue that `cider-current-ns' try to invoke
`clojure-find-ns' to extract ns from buffer."
=C2=A0 (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?

--
=C2=A0Bastien

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with you= r first post.
To unsubscribe from this group, send email to
clojure+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.go= ogle.com/group/clojure?hl=3Den
---
You received this message because you are subscribed to the Google Groups &= quot;Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to clojure+uns= ubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--089e082caf9c1fc0f00561f1864a-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode Date: Thu, 4 Jan 2018 19:22:31 +0800 Message-ID: References: <87d12pc2pz.fsf@bzg.fr> Reply-To: clojure@googlegroups.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113dddfa1133e60561f18ec9" Return-path: Sender: clojure@googlegroups.com In-Reply-To: <87d12pc2pz.fsf@bzg.fr> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Bastien Guerry Cc: Org-mode , clojure@googlegroups.com List-Id: emacs-orgmode.gnu.org --001a113dddfa1133e60561f18ec9 Content-Type: text/plain; charset="UTF-8" If you got any problem after use and test, GitHub issues and PR welcome. Thanks. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guerry wrote: > "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 > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --001a113dddfa1133e60561f18ec9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
If you got any problem after use and test, GitHub issues a= nd PR welcome. Thanks.

[stardiviner]=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 GPG key ID: 47C32433
IRC(freeenode): stardivine= r =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key= fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433Blog: http://s= tardiviner.github.io/

On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guer= ry <b= zg@gnu.org> wrote:
"numbchild@gmail.com" <numbchild@gmail.com> writes:

> https://github.com/stardiviner/ob-clojur= e-literate

Thanks for sharing this.

About this part:

(defun ob-clojure-cider-do-not-find-ns ()
=C2=A0 "Fix the issue that `cider-current-ns' try to invoke
`clojure-find-ns' to extract ns from buffer."
=C2=A0 (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?

--
=C2=A0Bastien

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with you= r first post.
To unsubscribe from this group, send email to
clojure+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.go= ogle.com/group/clojure?hl=3Den
---
You received this message because you are subscribed to the Google Groups &= quot;Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to clojure+uns= ubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--001a113dddfa1133e60561f18ec9-- 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 12:39:50 +0100 Message-ID: <87zi5t97jt.fsf@bzg.fr> References: <87d12pc2pz.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX3sK-0004Tm-12 for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 06:39:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX3sJ-0007JU-1m for emacs-orgmode@gnu.org; Thu, 04 Jan 2018 06:39:55 -0500 In-Reply-To: (numbchild@gmail.com's message of "Thu, 4 Jan 2018 19:20:18 +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 Thanks! "numbchild@gmail.com" writes: > No, I asked Clojure ML, and posted an issue on clojure-mode GitHub > issues. I need to find a workaround on myself. > You can check out the discussion here https://github.com/ > clojure-emacs/clojure-mode/pull/465. I posted a comment too -- I still think a change in CIDER would be better. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode Date: Fri, 5 Jan 2018 14:28:39 +0800 Message-ID: References: <87d12pc2pz.fsf@bzg.fr> <87zi5t97jt.fsf@bzg.fr> Reply-To: clojure@googlegroups.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113d1b0af1d9a10562019038" Return-path: Sender: clojure@googlegroups.com In-Reply-To: <87zi5t97jt.fsf@bzg.fr> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Bastien Guerry Cc: Org-mode , clojure@googlegroups.com List-Id: emacs-orgmode.gnu.org --001a113d1b0af1d9a10562019038 Content-Type: text/plain; charset="UTF-8" After @bbatsov's explaination. I think he is right. I'm considering to improve my solution. Might will be available soon. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Jan 4, 2018 at 7:39 PM, Bastien Guerry wrote: > Thanks! > > "numbchild@gmail.com" writes: > > > No, I asked Clojure ML, and posted an issue on clojure-mode GitHub > > issues. I need to find a workaround on myself. > > You can check out the discussion here https://github.com/ > > clojure-emacs/clojure-mode/pull/465. > > I posted a comment too -- I still think a change in CIDER would be > better. > > -- > Bastien > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --001a113d1b0af1d9a10562019038 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
After @bbatsov's explaination. I think he is right. I&= #39;m considering to improve my solution. Might will be available soon.
=

=
[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 GPG = key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDD= D B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
<= /div>

On Thu, Jan 4, 2018 at 7:39 PM, Bastien Guer= ry <b= zg@gnu.org> wrote:
Thanks!<= br>
"numbchild@gmail.com" = <numbchild@gmail.com> writ= es:

> No, I asked Clojure ML, and posted an issue on clojure-mode GitHub
> issues. I need to find a workaround on myself.
> You can check out the discussion here https://github.com/
> clojure-emacs/clojure-mode/pull/465.

I posted a comment too -- I still think a change in CIDER would be better.

--
=C2=A0Bastien

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with you= r first post.
To unsubscribe from this group, send email to
clojure+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.go= ogle.com/group/clojure?hl=3Den
---
You received this message because you are subscribed to the Google Groups &= quot;Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to clojure+uns= ubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--001a113d1b0af1d9a10562019038--