Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 763 Bytes

README.org

File metadata and controls

33 lines (23 loc) · 763 Bytes

Organum

Simple org-mode parser in clojure.

Some regexps and logic flagrantly stolen from org-ruby and PyOrgMode.

Usage

Leiningen dependency information:

[org.clojars.gmorpheme/organum "0.1.1"]

Maven dependency information:

<dependency>
  <groupId>org.clojars.gmorpheme</groupId>
  <artifactId>organum</artifactId>
  <version>0.1.1</version>
</dependency>
(use 'organum.core)
(parse-file "test.org")
;...

Copyright Greg Hawkins 2012.

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