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
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
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
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
>
> 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
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