Thorsten Jolitz <tjol...@gmail.com> writes: > Marcin Borkowski <mb...@wmi.amu.edu.pl> writes: > >> On 2014-10-16, at 00:28, Thorsten Jolitz wrote: >> >>> Marcin Borkowski <mb...@wmi.amu.edu.pl> writes: >>> >>>> I see. What is the most interesting for me is the idea of >>>> getting/setting properties, that's what I was looking for. >>> >>> Thats exactly what org-dp (https://github.com/tj64/org-dp) is about: >>> getting and setting element properties instead of working on the textual >>> representation in the buffer. >> >> OK, I'm (almost) convinced now.
PS org-dp is for local programming - if you parse the buffer anyway in your programm then working with the parse-tree is the 'default', of course. There is a mapping function, 'org-dp-map', but its very lightweight - it gathers no context information at all, just moves point to all regexp matches in buffer and applies a (local org-dp) function at that points. -- cheers, Thorsten