| Copyright | © 2015 Parnell Springmeyer |
|---|---|
| License | All Rights Reserved |
| Maintainer | Parnell Springmeyer <parnell@digitalmentat.com> |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.OrgMode.Parse.Attoparsec.Section
Description
Parsing combinators for org-mode sections.
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.