PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
277 stars 34 forks source link

Fix a few edge cases with priority parsing. #33

Closed calmofthestorm closed 7 months ago

calmofthestorm commented 4 years ago

This adds tests and fixes a few edge cases with priority parsing. In particular, the test added in a99702a4da6c72adbd093ed77e078c345441cfe4, "** DONE [#B]::" differs from org-element. org-element parses the priority, while orgize does not.

PoiScript commented 7 months ago

This bug has been fixed in v0.10:

image

I included test case you provided in commit babae8d.