Variable: org-babel-no-eval-on-ctrl-c-ctrl-c
org-babel-no-eval-on-ctrl-c-ctrl-c is a customizable variable defined
in ob-core.el.gz.
Value
nil
Documentation
Remove code block evaluation from the C-c C-c (org-ctrl-c-ctrl-c) key binding.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defcustom org-babel-no-eval-on-ctrl-c-ctrl-c nil
"\\<org-mode-map>\
Remove code block evaluation from the `\\[org-ctrl-c-ctrl-c]' key binding."
:group 'org-babel
:version "24.1"
:type 'boolean)