orgmode-parse-0.3.0: A collection of Attoparsec combinators for parsing org-mode flavored documents.

Copyright© 2015 Parnell Springmeyer
LicenseAll Rights Reserved
MaintainerParnell Springmeyer <parnell@digitalmentat.com>
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

Data.OrgMode.Parse.Attoparsec.Section

Description

Parsing combinators for org-mode headline sections.

Synopsis

Documentation

parseSection :: Attoparsec.Text.Parser Section Source #

Parse a heading section

Headline sections contain optionally a property drawer, a list of clock entries, code blocks (not yet implemented), plain lists (not yet implemented), and unstructured text.