Re: Help about using clojure in org mode in Emacs with CIDER

2014-02-02 Thread greg r
The worg documentation for the Clojure language has been updated: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html The installation instructions should result in a current Clojure/CIDER/clojure-mode/Leiningen system. Regards, Greg -- You received this message because

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-28 Thread greg r
Hi Bastien, yes I will post a report at the mailing list today. Regards, Greg On Tuesday, January 28, 2014 12:55:20 AM UTC-5, Bastien Guerry wrote: Hi Greg, greg r soapy...@comcast.net javascript: writes: I compared a computer set up with the latest of everything (org/emacs /CIDER)

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-28 Thread Stuart Sierra
On Thursday, January 23, 2014 2:04:22 AM UTC-5, Rui Yang wrote: Trying to use org mode with clojure. I'd like to use cider as the REPL server. Things is fine if I have only one statement in org source block. If I have more than one, then I got exception. Don't know if it's relevant or helpful

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-28 Thread John Mastro
Stuart Sierra the.stuart.sie...@gmail.com wrote: Don't know if it's relevant or helpful here, but here's my Emacs org / babel / Clojure setup: Thanks Stuart, very useful indeed (for me anyway). - John -- -- You received this message because you are subscribed to the Google Groups Clojure

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-27 Thread Bastien
Hi Phill, can you repost this on the emacs-orgmode mailing list? https://lists.gnu.org/mailman/listinfo/emacs-orgmode I'll follow-up there. Thanks in advance, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-27 Thread greg r
I compared a computer set up with the latest of everything (org/emacs/CIDER) and compared to an older computer still using nrepl-jack-in and older versions of everything else. The behavior is definitely different with the newer system, and can be seen with a very simple case: Code block:

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-27 Thread Bastien
Hi Greg, greg r soapy-sm...@comcast.net writes: I compared a computer set up with the latest of everything (org/emacs /CIDER) and compared to an older computer still using nrepl-jack-in and older versions of everything else. The behavior is definitely different with the newer system, and

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-26 Thread Matching Socks
I tried updating org alone, but I evidently caused a mishmash of old and new elisp file versions that didn't work. So I built Emacs from the trunk branch (emacs-version 24.3.50.1), and blended Org from the master branch to get Cider. According to package-list-packages, I am using cider

Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Rui Yang
Trying to use org mode with clojure. I'd like to use cider as the REPL server. Things is fine if I have only one statement in org source block. If I have more than one, then I got exception. for example #+name: basic-clojure #+begin_src clojure (defn greeting Returns a greeting of the form

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
Hi Rui, Rui Yang ryang@gmail.com writes: Any suggestions on fixing this or it is by design ob-clojure only evaluate one statement? What version of Emacs/Org are you using? C-h v emacs-version RET C-h v org-version RET ob-clojure.el in latest stable release of Org works fine. The one

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Rui Yang
Thanks for the quick reply. Emacs version: 24.3.1 Org version: Org-mode version 8.2.4 I actually copied codes of ob-clojure from master to include support for cider (sorry, my bad hack). But I found it strange in the org-mode git. the latest stable tag is 8.2.5g doesn't include supporting of

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
Rui Yang ryang@gmail.com writes: Sorry if missed sth. No, my bad: cider is supported in the master (development)* branch, not in the latest stable Org release. I will try to install org from master and have a try. ~$ git clone git://orgmode.org/org-mode.git ~$ make autoloads and

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread greg r
We had a discussion about this in the cider-emacs group: https://groups.google.com/forum/#!topic/cider-emacs/xj-HYTAA-D0 Bastien's page on using Overtone with Clojure in org code blocks is very informative with regards to setting it all up: http://bzg.fr/emacs-org-babel-overtone-intro.html

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
Hi Greg, greg r soapy-sm...@comcast.net writes: I would like to edit this page to bring it up to date with Cider, and I would like to help as soon as I figure out the process with keys and git! Great -- the steps 1. Create your public key if needed: ~$ ssh-keygen 2. Send ~/.ssh/id_rsa.pub