From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: how to stop the mouse pointer highlighting in agenda? Date: Sat, 19 Apr 2014 13:20:06 -0700 Message-ID: References: <87fvlaxt41.fsf@gmail.com> <878ur2x8ce.fsf@gmail.com> <874n1pykpd.fsf@gmail.com> <87y4z1x50q.fsf@gmail.com> <8761m5hobd.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wbbk8-0006EG-Me for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 16:20:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wbbk7-0007EA-Qy for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 16:20:08 -0400 In-Reply-To: <8761m5hobd.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, Igor Sosa Mayor thank you both! (add-hook 'org-finalize-agenda-hook (lambda () (set (make-local-variable 'tooltip-delay) 86400) ;; disable the face that comes up when mouse pointer ;; is over an org agenda line. that can be confusing ;; because i already have a highlight face for point. (remove-text-properties (point-min) (point-max) '(mouse-face t))))