Function: org-count
org-count is a function alias for cl-count, defined in cl-seq.el.gz.
This function is obsolete since 9.0; use cl-count instead.
Signature
(org-count ITEM SEQ [KEYWORD VALUE]...)
Documentation
Count the number of occurrences of ITEM in SEQ.
Keywords supported: :test :test-not :key :start :end