Lawrence Bottorff <[email protected]> writes: > I guess the question comes down to, Do I need to install ob-clojure.el > and if so, what's the best way? ELPA doesn't have it. But then my > (require 'ob-clojure) doesn't seem to throw an error. . . .
why? for me its right there in /org-mode/lisp ,------------------------------------------------------ | /home/tj/gitclone/org-mode/lisp: | insgesamt 8108 | drwxr-xr-x 2 tj tj 12288 5. Jun 16:49 . | drwxr-xr-x 9 tj tj 4096 24. Apr 11:07 .. | -rw-r--r-- 1 tj tj 2525 23. Apr 17:32 Makefile | [...] | -rw-r--r-- 1 tj tj 4260 23. Apr 17:32 ob-clojure.el `------------------------------------------------------ and when two out of three source-blocks work, it must be there and installed, I would guess. Do you have: ,------------------------------------------------------------ | org-babel-load-languages is a variable defined in `org.el'. | [...] | Value: ((emacs-lisp . t) | (clojure . t) | (latex . t)) `------------------------------------------------------------ -- cheers, Thorsten
