200ok-ch / org-parser

org-parser is a parser for the Org mode markup language for Emacs.
GNU Affero General Public License v3.0
316 stars 15 forks source link

Parse headline title as text, update transform and render #43

Closed schoettl closed 3 years ago

schoettl commented 3 years ago
schoettl commented 3 years ago

Hi @branch14 @munen

I'd like to merge this soon to be able to continue with other pending branches.

There is a lot of room for tests (transformation and rendering) but I'd rather starting to introduce more full-roundtrip tests.

We made a pretty big step with this branch (see updates in README).

Also, I refactored and introduced insta/transform. I think it makes a lot transformations much simpler and less verbose because this function handles the buttom-up tree walk and update/replace for us.