organum icon indicating copy to clipboard operation
organum copied to clipboard

Clojure org-mode parser.

  • Organum

Simple [[http://orgmode.org][org-mode]] parser in clojure.

Some regexps and logic flagrantly stolen from [[https://github.com/bdewey/org-ruby][org-ruby]] and [[https://github.com/bjonnh/PyOrgMode][PyOrgMode]].

** Usage

[[http://leiningen.org][Leiningen]] dependency information:

#+BEGIN_SRC clojure [org.clojars.gmorpheme/organum "0.1.1"] #+END_SRC

[[http://maven.apache.org/][Maven]] dependency information:

#+BEGIN_SRC xml <groupId>org.clojars.gmorpheme</groupId> <artifactId>organum</artifactId> 0.1.1 #+END_SRC

#+BEGIN_SRC clojure (use 'organum.core) (parse-file "test.org") ;... #+END_SRC

Copyright Greg Hawkins 2012.

Distributed under the Eclipse Public License, the same as Clojure.