Re: [O] outputting a modified parsetree

2014-09-29 Thread Eric Abrahamsen
"Pete Bataleck" writes: > I'm trying to update an orgmode document programatically. > > I can create an AST from a buffer using org-element-parse-buffer, but > how do I do the reverse and output the modified AST to a buffer? I think `org-element-interpret-data' is the function you're looking for

[O] outputting a modified parsetree

2014-09-29 Thread Pete Bataleck
I'm trying to update an orgmode document programatically. I can create an AST from a buffer using org-element-parse-buffer, but how do I do the reverse and output the modified AST to a buffer?