mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 18:45:58 +00:00
Emacs parses org documents into a tree structure, which is then post-processed during exporting. The reader is changed to do the same, turning the document into a single tree of headlines starting at level 0. Fixes: #3695