Hi, I've added keybindings exposing some of the org-babel functions which up until now have had to be called by name. All of the relevant information is in the documentation for `org-babel-key-bindings' [1].
Currently all babel keybindings are placed behind the C-c M-b key sequence, so for example C-c M-b t runs org-babel-tangle and C-c M-b s runs org-babel-execute-subtree I'd be interested to hear how well these bindings and key choices go over. If anyone has suggestions for different bindings please let me know before the existing bindings sink too deep into muscle memory. Best -- Eric Footnotes: [1] ,---- | org-babel-key-bindings's value is | (("t" . org-babel-tangle) | ("T" . org-babel-tangle-file) | ("e" . org-babel-execute) | ("s" . org-babel-subtree) | ("b" . org-babel-execute-buffer) | ("h" . org-babel-sha1-hash) | ("g" . org-babel-goto-named-source-block) | ("l" . org-babel-lob-ingest)) | | | Documentation: | Org-babel keybindings. This list associates interactive | org-babel functions with keys. Each element of this list will | add an entry to the `org-mode-map' using the letter key which is | the `car' of the a-list placed behind the generic | `org-babel-key-prefix'. | | [back] `---- _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode