org-some
org-some is a compiled Lisp function in `org.el
'.
(org-some PRED SEQ)
Return true if PREDICATE is true of any element of SEQ.
Adapted from `some' in cl.el.
org.el
'.
(org-some PRED SEQ)
Return true if PREDICATE is true of any element of SEQ.
Adapted from `some' in cl.el.