Variable: org-columns-current-fmt-compiled
org-columns-current-fmt-compiled is a buffer-local variable defined in
org-colview.el.gz.
Documentation
Local variable, holds the currently active column format.
This is the compiled version of the format.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defvar-local org-columns-current-fmt-compiled nil
"Local variable, holds the currently active column format.
This is the compiled version of the format.")