Variable: org-table-coordinate-overlays
org-table-coordinate-overlays is a buffer-local variable defined in
org-table.el.gz.
Documentation
Collects the coordinate grid overlays, so that they can be removed.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar-local org-table-coordinate-overlays nil
"Collects the coordinate grid overlays, so that they can be removed.")