Previous: , Up: Setters   [Index]


18.3.2.6 org-element-insert-before

This function and the next insert elements within the tree. This one inserts an element before a precise location.

Function: org-element-insert-before element location

Insert ELEMENT before LOCATION in parse tree. Parse tree is modified by side effect.

ELEMENT

the element to insert into the parse tree;

LOCATION

is an element, object or string within the parse tree.