Function: org-find-if
org-find-if is a for cl-find-if, defined in
cl-seq.el.gz.
This function is obsolete since 9.0; use cl-find-if instead.
Signature
(org-find-if PREDICATE SEQ [KEYWORD VALUE]...)
Documentation
Find the first item satisfying PREDICATE in SEQ.
Return the matching item, or nil if not found.
Keywords supported: :key :start :end :from-end
Aliases
org-find-if (obsolete since 9.0)
find-if (obsolete since 27.1)