Variable: org-treat-S-cursor-todo-selection-as-state-change

org-treat-S-cursor-todo-selection-as-state-change is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means switching TODO states with S-cursor counts as state change.

This is the default behavior. However, setting this to nil allows a convenient way to select a TODO state and bypass any logging associated with that.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-treat-S-cursor-todo-selection-as-state-change t
  "Non-nil means switching TODO states with S-cursor counts as state change.
This is the default behavior.  However, setting this to nil allows a
convenient way to select a TODO state and bypass any logging associated
with that."
  :group 'org-todo
  :type 'boolean)