Nicolas Goaziou <n.goaz...@gmail.com> writes: > You don't need `org-data' type. The tree root doesn't have any property > anyway.
I used that because I wanted the whole parse-tree as return value, but no matter what `org-element-map' returns, it changes the parse-tree by side-effects anyway, so I can just ignore the return value and use the modified parse-tree stored somewhere instead - right? -- cheers, Thorsten