From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Re-map global key while in the agenda? Date: Sat, 12 Feb 2011 12:02:05 +0100 Message-ID: <87pqqxtmwm.fsf@altern.org> References: <87ipwq4aki.fsf@gnu.org> <87fwruaztu.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFJG-00031H-LL for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoFJE-00022S-Ev for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:46 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:38164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoFJE-00022I-8A for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:44 -0500 Received: by fxm12 with SMTP id 12so3847492fxm.0 for ; Sat, 12 Feb 2011 05:14:43 -0800 (PST) In-Reply-To: <87fwruaztu.fsf@norang.ca> (Bernt Hansen's message of "Fri, 11 Feb 2011 18:58:21 -0500") 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: Bernt Hansen Cc: emacs-orgmode Hi Bernt, Bernt Hansen 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 " i") (lambda() (interactive) (org-clock-in '(4)))) which doesn't prevent setting the same key for org-agenda-mode-map. HTH, -- Bastien