Next: org-element-class, Previous: org-element-copy, Up: Tools [Index]
This function is the reciprocal operation of org-element-parse-buffer
:
When provided an element, object, or even a full parse tree, it generates an equivalent string in Org syntax. Output is a normalized document: it preserves structure and blank spaces but it removes indentation and capitalize keywords.
Interpret DATA as Org syntax.
is a parse tree, an element, an object or a secondary string to interpret.
Org syntax as a string.