PoiScript / orgize

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

Tags separated from headline text by \t not recognized #15

Closed calmofthestorm closed 4 years ago

calmofthestorm commented 4 years ago

This is a fairly minor issue, but it does differ from org-mode's behavior. My read of the spec is completely ambiguous on this point -- it explicitly specifies (and org will only recognize) that the *** of the headline MUST end with a "space", but org-mode seems to accept \t and possibly other exotic whitespace (untested) for separating the tags from the rest of the headline.

I'm going to file this since I noticed it, but I can also see the argument that this is working as intended.

PoiScript commented 4 years ago

Fixed by v0.8.3.