ixmatus / orgmode-parse

Attoparsec parser combinators for parsing org-mode structured text!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse all of the drawers, then separate them based on which type they are

ixmatus opened this issue · comments

The current implementation of drawer parsing is deficient in the fact that it cannot parse LOGBOOK and PROPERTIES out-of-order. A better way to handle the drawers and special drawers is to simply parse all of the drawers as a generic drawer, then handle the special drawers.