From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Re-map global key while in the agenda? Date: Sat, 12 Feb 2011 11:07:09 -0600 Message-ID: References: <87ipwq4aki.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoIwD-0008Fr-RU for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 12:07:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoIwC-0000EO-6q for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 12:07:13 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoIwB-0000DR-VG for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 12:07:12 -0500 Received: by bwz16 with SMTP id 16so4153867bwz.0 for ; Sat, 12 Feb 2011 09:07:10 -0800 (PST) In-Reply-To: <87ipwq4aki.fsf@gnu.org> 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 On Fri, Feb 11, 2011 at 1:48 PM, Bastien wrot= e: > 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 not :0) I started defining shortcut keys using global-set-key and didn't really think about it. > >> Is it possible to redefine a global key mapping in the agenda? > > No. =A0Better to define your key in org-mode-map and org-agenda-mode-map, > no need for a global key IMHO. Will do -- thanks for the advice. > > HTH, > > -- > =A0Bastien >