Variable: org-columns-org-num-was-active

org-columns-org-num-was-active is a variable defined in org-colview.el.gz.

Value

nil

Documentation

Remember the state of org-num-mode(var)/org-num-mode(fun) before column view.

Org-num mode can cause problems in columns view, so it is turned off for the duration of the command.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defvar org-columns-org-num-was-active nil
  "Remember the state of `org-num-mode' before column view.
Org-num mode can cause problems in columns view, so it is turned off
for the duration of the command.")