>Just discovered org-mode myself --- does anyone know of guide to using >it with clojure for a total newbie?
I havent actually used it for clojure per se. I was just imagining how it could be used. You have the ability to embed arbitrary code (from many different languages). You can edit the code in its own emacs major mode and then it will automatically be saved back once done. You can then document it using org-modes awesome abilities. However, this is sort of clumsy. I would rather be able to have all of my code in all of its 'little files' arranged in directories. And when im editing the clojure files, i would like to be like 'oh, i want to document this better/introduce the motivation etc! And then automatically have the code, or parts of the code, copied to the org file and then i could document it. And then jump back to the code to continue developing. And have changes in the clojure file automatically reflected in the org file. I was thinking that 'chunk' labels could be embedded in the source code (like in marginalia in github: just comments like ;;##Block Name) so that we wouldn't have to have all code in one file in one chunk, but could split it up. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en