Next: org-element-map—Examples, Up: Tools [Index]
Map a function on selected elements or objects.
is one of:
is one of:
is the function called on the matching element or object; it must accept one argument: the element or object itself. nil values returned from FUN do not appear in results.
when non-nil, is a plist holding export options, in which case those parts of the parse tree not exportable according to that property list will be skipped.
when non-nil, stop at the first match for which FUN doesn’t return nil; return that value;
is a symbol or a list of symbols representing element or objects types. The FUN will not enter any recursive element or object whose type belongs to that list. FUN can still be applied on them.
when non-nil, FUN will also apply to matching objects within parsed affiliated
keywords. See org-element-parsed-keywords
.