orgmode-parse
orgmode-parse copied to clipboard
Parse all of the drawers, then separate them based on which type they are
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.