From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: highlight confusion in agenda Date: Tue, 20 Jul 2010 14:57:52 +0200 Message-ID: <20FFF776-3D5A-4FF1-9E63-6381F5CBAA36@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40207 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObCOU-0007zj-4Z for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 08:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObCOS-00063p-RP for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 08:57:57 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:56021) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObCOS-00063X-KU for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 08:57:56 -0400 Received: by eydd26 with SMTP id d26so1403979eyd.0 for ; Tue, 20 Jul 2010 05:57:55 -0700 (PDT) In-Reply-To: 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: Michael Gilbert Cc: emacs-orgmode Mailinglist On Jul 20, 2010, at 2:52 PM, Michael Gilbert wrote: > Hi =97 > > I have a frequent navigation issue in the agenda and I'm curious if =20= > anyone else deals with this or has a solution. Like many users I =20 > have the currently selected line in the agenda set to be highlighted =20= > (an absolute lifesaver). But although I am not very mouse-oriented, =20= > as an Aquamacs user I find that the line where the mouse happens to =20= > be hovering (not having selected anything) is mostly highlighted in =20= > exactly the same was as the selected line. This is a cause of =20 > frequent error on my part. I only notice this in the agenda, not in =20= > other files. > > Is there any way to turn off the latter effect? Untested: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max) '(mouse-face t)))) This might also turn off the mouse bindings in the agenda, at least =20 some of them. But maybe this is actually also what you'd like to have.... - Carsten