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

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

Data.OrgMode.Parse.Attoparsec.Time

Description

Parsing combinators for org-mode active and inactive timestamps.

Synopsis

Documentation

parseTimestamp :: Open -> Close -> TP.Parser Text.Text (Maybe Schedule) Source

Parse an org-mode timestamp line with user-supplied opening and ending brackets (for either active or inactive stamps).

scheduleType :: TP.Parser Text.Text ScheduleType Source

Parse the type of schedule.