orgmode-parse-0.1.1.3: 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 sections.

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.

nonHeaderLine :: Parser Text Text Source

Parse a non-heading line of a section.