From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: [babel] new org-babel key bindings Date: Wed, 30 Dec 2009 16:16:03 -0700 Message-ID: <87bphggij0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ7m1-0008Ky-Et for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 18:16:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ7lw-0008Ht-5z for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 18:16:12 -0500 Received: from [199.232.76.173] (port=54701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ7lv-0008Hh-T0 for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 18:16:07 -0500 Received: from mail-yw0-f177.google.com ([209.85.211.177]:59977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQ7lv-0001ME-KK for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 18:16:07 -0500 Received: by ywh7 with SMTP id 7so2884980ywh.24 for ; Wed, 30 Dec 2009 15:16:06 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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] `----