emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re-map global key while in the agenda?
@ 2011-02-11 16:47 Nathan Neff
  2011-02-11 19:48 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Nathan Neff @ 2011-02-11 16:47 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I have <F3> i mapped to 'org-clock-in and I would also like <F3> i to
clock in while I'm in the agenda.

I have <F3> i bound using global-set-key like this:
(global-set-key (kbd "<f3> i") 'org-clock-in)

And I tried using "define-key" to redefine F3-i in agenda mode
like this:

(add-hook 'org-agenda-mode-hook
             '(lambda ()
                (define-key org-agenda-mode-map (kbd "<F3> i")
'org-agenda-clock-in)
))

But, when I'm in the agenda, <F3> i is always mapped to 'org-clock-in,
not 'org-agenda-clock-in

Is it possible to redefine a global key mapping in the agenda?

Thanks,
--Nate

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-12 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-11 16:47 Re-map global key while in the agenda? Nathan Neff
2011-02-11 19:48 ` Bastien
2011-02-11 23:58   ` Bernt Hansen
2011-02-12 11:02     ` Bastien
2011-02-12 17:07   ` Nathan Neff

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