Function: org-lookup-first

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

Signature

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

Documentation

Find first occurrence of VAL in S-LIST; return corresponding element of R-LIST.

If R-LIST is nil, return matching element 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 first)