Function: org-remove-if

org-remove-if is a function alias for cl-remove-if, defined in cl-seq.el.gz.

This function is obsolete since 9.0; use cl-remove-if instead.

Signature

(org-remove-if PREDICATE SEQ [KEYWORD VALUE]...)

Documentation

Remove all items satisfying PREDICATE in SEQ.

This is a non-destructive function; it makes a copy of SEQ if necessary to avoid corrupting the original SEQ.

Keywords supported: :key :count :start :end :from-end

Aliases

org-remove-if (obsolete since 9.0) remove-if (obsolete since 27.1)