Next: , Previous: , Up: Tools   [Index]


18.3.3.6 org-element-interpret-data

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.

Function: org-element-interpret-data data

Interpret DATA as Org syntax.

DATA

is a parse tree, an element, an object or a secondary string to interpret.

RETURN VALUE

Org syntax as a string.