Function: org-lookup-all

org-lookup-all is a byte-compiled function defined in org-table.el.gz.

Signature

(org-lookup-all VAL S-LIST R-LIST &optional PREDICATE)

Documentation

Find all occurrences of VAL in S-LIST; return corresponding elements of R-LIST.

If R-LIST is nil, return matching elements of S-LIST. If PREDICATE is not nil, use it instead of equal to match VAL. Matching is done by (PREDICATE VAL S), where S is an element of S-LIST. This function is generated by a call to the macro org-define-lookup-function.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(org-define-lookup-function all)