From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re-map global key while in the agenda? Date: Fri, 11 Feb 2011 20:48:13 +0100 Message-ID: <87ipwq4aki.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38537 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnyyQ-0007jL-J2 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:48:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnyyP-0006i6-Fe for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:48:10 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:44939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnyyP-0006hy-63 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:48:09 -0500 Received: by fxm12 with SMTP id 12so3236487fxm.0 for ; Fri, 11 Feb 2011 11:48:08 -0800 (PST) In-Reply-To: (Nathan Neff's message of "Fri, 11 Feb 2011 10:47:06 -0600") 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: Nathan Neff Cc: emacs-orgmode 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? > 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, -- Bastien