Variable: org-columns-flyspell-was-active
org-columns-flyspell-was-active is a variable defined in
org-colview.el.gz.
Value
nil
Documentation
Remember the state of flyspell-mode(var)/flyspell-mode(fun) before column view.
Flyspell-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-flyspell-was-active nil
"Remember the state of `flyspell-mode' before column view.
Flyspell-mode can cause problems in columns view, so it is turned off
for the duration of the command.")