Variable: org-table-any-border-regexp

org-table-any-border-regexp is a variable defined in org-table.el.gz.

Value

"^[     ]*[^|+  ]"

Documentation

Detect the first line outside a table when searching from within it.

This works for both table types.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defconst org-table-any-border-regexp "^[ \t]*[^|+ \t]"
  "Detect the first line outside a table when searching from within it.
This works for both table types.")