emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] new org-babel key bindings
@ 2009-12-30 23:16 Eric Schulte
  0 siblings, 0 replies; only message in thread
From: Eric Schulte @ 2009-12-30 23:16 UTC (permalink / raw)
  To: Org Mode

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]
`----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-30 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-30 23:16 [babel] new org-babel key bindings Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).