Variable: org-target-link-regexps
org-target-link-regexps is a buffer-local variable defined in
ol.el.gz.
Documentation
List of regular expressions matching radio targets in plain text.
This list is non-nil, when a single regexp would be too long to match all the possible targets, exceeding Emacs's regexp length limit.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defvar-local org-target-link-regexps nil
"List of regular expressions matching radio targets in plain text.
This list is non-nil, when a single regexp would be too long to match
all the possible targets, exceeding Emacs's regexp length limit.")