Variable: org-footnote-definition-re
org-footnote-definition-re is a variable defined in
org-footnote.el.gz.
Value
"^\\[fn:\\([-_[:word:]]+\\)\\]"
Documentation
Regular expression matching the definition of a footnote.
Match group 1 contains definition's label.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-footnote.el.gz
(defconst org-footnote-definition-re "^\\[fn:\\([-_[:word:]]+\\)\\]"
"Regular expression matching the definition of a footnote.
Match group 1 contains definition's label.")