Yagnesh Raghava Yakkala <h...@yagnesh.org> writes: >> There is a need I often have, and never found the time to fill so far, >> for a dependable Python parser for Org syntax.
> Not sure how complete it is [...] https://github.com/tkf/orgparse Thanks for the pointer. With about 150 commits already, it seems that a good effort was invested in it. Do you know happen to know how conforming it is? I wrote many ad hoc parsers for Org already, but what I would like is something really close to the parser which comes with the new exporter, both in syntax and concept nomenclature, so I could switch to it once and for all and delete all my hacks. :-) François