all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-mode keybinding
@ 2012-08-18  7:55 drain
  2012-08-18 16:08 ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: drain @ 2012-08-18  7:55 UTC (permalink / raw)
  To: Help-gnu-emacs

Tried to remap org-beginning-of-line to C-q, neither of these two methods
worked:

(1)

(add-hook 'org-mode-hook 
          (lambda ()
            (local-set-key "\C-q" 'org-beginning-of-line)))

(2) 

(add-hook 'org-mode-hook
          '(lambda ()
             (define-key org-mode-map "\C-q" 'org-beginning-of-line)))





--
View this message in context: http://emacs.1067599.n5.nabble.com/org-mode-keybinding-tp261738.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <mailman.7187.1345276544.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-08-23  5:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18  7:55 org-mode keybinding drain
2012-08-18 16:08 ` Bastien
2012-08-19 10:41   ` drain
2012-08-19 11:18     ` Peter Dyballa
2012-08-19 11:48       ` drain
2012-08-22 16:21         ` Bastien
2012-08-23  5:46           ` drain
     [not found] <mailman.7187.1345276544.855.help-gnu-emacs@gnu.org>
2012-08-22 14:56 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.