[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Re-map global key while in the agenda?
From: |
Bastien |
Subject: |
Re: [Orgmode] Re: Re-map global key while in the agenda? |
Date: |
Sat, 12 Feb 2011 12:02:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Bernt,
Bernt Hansen <address@hidden> writes:
> It's useful with a C-u prefix to pick another task off the recently
> clocked items menu. I use this in non-org-mode buffers.
Then Nathan wants:
(global-set-key (kbd "<f3> i")
(lambda() (interactive) (org-clock-in '(4))))
which doesn't prevent setting the same key for org-agenda-mode-map.
HTH,
--
Bastien