Variable: org-match-sexp-depth

org-match-sexp-depth is a variable defined in org.el.gz.

Value

3

Documentation

Number of stacked braces for sub/superscript matching.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;;; Font-Lock stuff, including the activators

(defconst org-match-sexp-depth 3
  "Number of stacked braces for sub/superscript matching.")