org-parser-0.1.0.0: Parser for Org Mode documents.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Org.Parser.Document

Contents

Description

Parsers for Org documents.

Synopsis

Documentation

orgDocument :: OrgParser OrgDocument Source #

Parse an Org document.

section :: Int -> OrgParser OrgSection Source #

Parse an Org section and its contents. lvl gives the minimum acceptable level of the heading.

Components

propertyDrawer :: OrgParser Properties Source #

Parse a :PROPERTIES: drawer and return the key/value pairs contained within.