From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re-map global key while in the agenda? Date: Fri, 11 Feb 2011 18:58:21 -0500 Message-ID: <87fwruaztu.fsf@norang.ca> References: <87ipwq4aki.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50657 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Po2sd-0006IK-Fz for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 18:58:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Po2sb-0001PJ-J1 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 18:58:27 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:33139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Po2sb-0001PC-Fj for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 18:58:25 -0500 In-Reply-To: <87ipwq4aki.fsf@gnu.org> (Bastien's message of "Fri, 11 Feb 2011 20:48:13 +0100") 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: Bastien Cc: emacs-orgmode Bastien writes: > Hi Nathan, > > Nathan Neff writes: > >> I have i mapped to 'org-clock-in and I would also like i to >> clock in while I'm in the agenda. > > How is that useful outside an org-mode buffer? 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. I agree that without the prefix it's not useful outside of org-mode. -Bernt > >> Is it possible to redefine a global key mapping in the agenda? > > No. Better to define your key in org-mode-map and org-agenda-mode-map, > no need for a global key IMHO. > > HTH,