emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* add binding to org-babel-goto-named-src-block
@ 2012-03-09 21:51 Daimrod
  0 siblings, 0 replies; only message in thread
From: Daimrod @ 2012-03-09 21:51 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]


Hi,
many functions in org-babel are bound to a letter X and C-X, it would be
nice if it was the case for org-babel-goto-named-src-block.

Here is a trivial patch.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org-babel-goto-named-src-block.patch --]
[-- Type: text/x-patch, Size: 496 bytes --]

diff --git a/lisp/ob-keys.el b/lisp/ob-keys.el
index cc11343..759bef3 100644
--- a/lisp/ob-keys.el
+++ b/lisp/ob-keys.el
@@ -60,7 +60,6 @@ functions which are assigned key bindings, and see
     ("u" . org-babel-goto-src-block-head)
     ("\C-u" . org-babel-goto-src-block-head)
     ("g" . org-babel-goto-named-src-block)
-    ("\C-g" . org-babel-goto-named-src-block)
     ("r" . org-babel-goto-named-result)
     ("\C-r" . org-babel-goto-named-result)
     ("\C-b" . org-babel-execute-buffer)

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

only message in thread, other threads:[~2012-03-09 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-09 21:51 add binding to org-babel-goto-named-src-block Daimrod

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).