Function: org-bound-and-true-p

org-bound-and-true-p is a function alias for bound-and-true-p, defined in bindings.el.gz.

This macro is obsolete since 9.0; use bound-and-true-p instead.

Signature

(org-bound-and-true-p VAR)

Documentation

Return the value of symbol VAR if it is bound, else nil.

Note that if lexical-binding is in effect, this function isn't meaningful if it refers to a lexically bound variable.

Aliases

org-bound-and-true-p (obsolete since 9.0)