Next: org-element-lineage, Previous: org-element-at-point, Up: Local Parsing [Index]
Returns the smallest element or object around point.
Optional argument ELEMENT, when non-nil, is the closest element
containing point, as returned by org-element-at-point
.
When it is provided, it allows for quicker computation.
a list like (TYPE PROPS) where :
is the type of the element or object and
is a plist of properties associated with it.