emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: [babel] new org-babel key bindings
Date: Wed, 30 Dec 2009 16:16:03 -0700	[thread overview]
Message-ID: <87bphggij0.fsf@gmail.com> (raw)

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

                 reply	other threads:[~2009-12-30 23:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bphggij0.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).