Thorsten Jolitz <tjol...@gmail.com> writes: > I definitely would have used `org-element-put-property' to modify a > 'local' parse-tree too, but I can just as well directly use `plist-put' > on the raw plist in its cdr - would that be the correct way?
You shouldn't do this. Local value is cached and `org-element-put-property' is destructive. You might break cache. Applying `org-element-put-property' on a copy of the returned value is OK, though. Regards, -- Nicolas Goaziou