Hi Ihor, Ihor Radchenko <[email protected]> writes:
> - Aleksandr Petrosyan shared his Org parser implemented in Rust > - https://github.com/org-rs/org-rs/tree/full-parser > - I tried it with my large files (goals.org, 15Mb as of [2026-07-14 Tue]; > it was still 14Mb during the meetup), and, as all the > third-party parsers do, it failed :) I'm curious if you can try the hop parser on goals.org. ~$ bbin install io.github.bzg/hop # to install ~$ hop goals.org # to get a json tree ~$ hop -f html goals.org # to export as HTML > - It also failed on my config (public org file) > https://github.com/yantar92/emacs-config/ I managed to parse config.org fine :) -- Bastien
