|
@@ -83,7 +83,8 @@ functions which are assigned key bindings, and see
|
|
("a" . org-babel-sha1-hash)
|
|
("a" . org-babel-sha1-hash)
|
|
("h" . org-babel-describe-bindings)
|
|
("h" . org-babel-describe-bindings)
|
|
("\C-x" . org-babel-do-key-sequence-in-edit-buffer)
|
|
("\C-x" . org-babel-do-key-sequence-in-edit-buffer)
|
|
- ("x" . org-babel-do-key-sequence-in-edit-buffer))
|
|
|
|
|
|
+ ("x" . org-babel-do-key-sequence-in-edit-buffer)
|
|
|
|
+ ("\C-\M-h" . org-babel-mark-block))
|
|
"Alist of key bindings and interactive Babel functions.
|
|
"Alist of key bindings and interactive Babel functions.
|
|
This list associates interactive Babel functions
|
|
This list associates interactive Babel functions
|
|
with keys. Each element of this list will add an entry to the
|
|
with keys. Each element of this list will add an entry to the
|