PoiScript / orgize

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

Fix is_commented to recognize any whitespace. #21

Closed calmofthestorm closed 4 years ago

calmofthestorm commented 4 years ago

I have verified with org-element that it accepts Unicode whitespace as well, so is_whitespace() is correct, not is_ascii_whitespace(). Note that org-mode itself does not seem to respect Unicode whitespace, at least not the font-lock.

PoiScript commented 4 years ago

Thanks for the contribution! Closed by 1f53a8c.