Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 887 Bytes

README.org

File metadata and controls

35 lines (24 loc) · 887 Bytes

Organum

This repository is no longer maintained! Please see seylerius/organum instead.

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.