Variable: org-self-insert-cluster-for-undo
org-self-insert-cluster-for-undo is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Non-nil means cluster self-insert commands for undo when possible.
If this is set, then, like in the Emacs command loop, 20 consecutive characters will be undone together. This is configurable, because there is some impact on typing performance.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-self-insert-cluster-for-undo nil
"Non-nil means cluster self-insert commands for undo when possible.
If this is set, then, like in the Emacs command loop, 20 consecutive
characters will be undone together.
This is configurable, because there is some impact on typing performance."
:group 'org-table
:type 'boolean)