Simple org-mode parser in clojure.
Some regexps and logic flagrantly stolen from org-ruby and PyOrgMode. Forked from Greg Hawkins’ project of the same name.
(clj-workspace "~/src/organum/src/organum/core.clj"
"~/src/organum/project.clj")
- Can be either
COMMENT
orARCHIVE
- Is always the start of the title
- Sections started by a
COMMENT
orARCHIVE
headline will not be rendered in publishable documents. COMMENT
sections will only be visible in internallyARCHIVE
sections will be folded and hidden, unless activated during editing
Planning lines are for indicating the date/time of events related to tasks:
- Deadlines
- Schedules
- Completions
PLANNING_STATE: [TIMESTAMP]
DEADLINE: [2016-09-03 Sat 12:00]
SCHEDULED: [2016-09-03 Sat 13:00]
CLOSED: [2016-09-03 Sat 13:30]