orgmode-parse-0.1.0: A parser and writer for org-mode flavored documents.

Safe HaskellNone
LanguageHaskell2010

Data.OrgMode.Parse.Attoparsec.Section

Synopsis

Documentation

parseSection :: Parser Text Section Source

Parse a heading section

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