Parnell Springmeyer
Parnell Springmeyer
Discovered while testing the HyperLink parser. The parser will incorrectly parse the following: ``` /[[https://orgmode.org/manual/Link-format.html][The Org Manual: Link format]]/ ``` ... as: ``` Right [Paragraph [Italic [Plain "[[https:"],Italic [Plain "orgmode.org"],Plain...
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...
The current parser code can only handle timestamps appearing in a headline _before_ title text and directly _after_ a headline in its body. The org-mode documentation states a timestamp _may_...
The record field `sectionParagraph` in the `Section` data type should be renamed for clarity to something like `sectionText`.
The data type `BracketedDateTime` is almost identical to `DateTime`. These two data types and their associated parsers can be unified.
This change fixes the immediate issue documented by #115. There are some notable caveats though: for both mysql and sqlite, the parameter limits are configurable in the database, so my...
Specifically, we're getting this panic from `atticd`: ``` thread 'main' panicked at 'assertion failed: self.param_types.len()