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


18.3.2.3 org-element-adopt-element

This function inserts an element after all children.

Function: org-element-adopt-elements parent &rest children

Append elements to the contents of another element. The function takes care of setting ‘:parent’ property for CHILD.

PARENT

is an element or object.

CHILDREN

can be elements, objects, or a strings.

RETURN VALUE

Returns PARENT element.