Re: Namespace Problems org-mode/org-babel

2014-02-21 Thread Volker Strobel
Here is the link to my org-mode post: http://article.gmane.org/gmane.emacs.orgmode/82549 -- 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 - pl

Re: Namespace Problems org-mode/org-babel

2014-02-21 Thread Volker Strobel
like this > http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/ob-clojure.el > maybe the old ob-clojure from the org mode shipping with emacs gets > loaded. > Try to evaluate the file in an emacs session or copy the content to > you .emacs file to make sure it gets executed (wit

Re: Namespace Problems org-mode/org-babel

2014-02-20 Thread Volker Strobel
Now I have the same problem again... Everything worked fine for a few hours, until now. Again, I tried to re-install/rebuild org-mode (development version from git) etc. I don't know what suddenly went wrong (I moved my .org file from the src/ folder to the leiningen project folder, but I undid

Re: Namespace Problems org-mode/org-babel

2014-02-20 Thread Volker Strobel
Thanks Maik! I just re-installed the most recent org-mode version (although I was 99.9 % sure, I did the same steps two days ago...) and now everything works fine! Quite simple, as I was looking for the error many, many hours (and several times stumbled across your 2012 blog post "Literate Prog

Re: Namespace Problems org-mode/org-babel

2014-02-19 Thread Volker Strobel
> > I should mention, that I use cider and followd the instructions on this > page for the > setup: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

Namespace Problems org-mode/org-babel

2014-02-19 Thread Volker Strobel
Hi, I'm trying to use org-mode with clojure. However, my problem is, that all functions are evaluated in the 'user' namespace. Basically, I have something like this: #+BEGIN_SRC clojure (ns environment.my-test (:gen-class) (:require [clojure.java.io :refer :all])) #+END_SRC #+RESULTS: : n