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: Fri, 18 Apr 2014 21:12:21 -0700 Message-ID: References: <87fvlaxt41.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbMdb-0008BQ-4W for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 00:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbMda-00059c-HW for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 00:12:23 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:64028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbMda-00059S-B0 for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 00:12:22 -0400 Received: by mail-wg0-f42.google.com with SMTP id y10so1057051wgg.25 for ; Fri, 18 Apr 2014 21:12:21 -0700 (PDT) In-Reply-To: <87fvlaxt41.fsf@gmail.com> 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: Igor Sosa Mayor Cc: emacs-orgmode@gnu.org that works for the highlighting part of the question. thank you! On 4/18/14, Igor Sosa Mayor wrote: > for the highlighting: > > (add-hook 'org-finalize-agenda-hook > (lambda () (remove-text-properties > (point-min) (point-max) '(mouse-face t))))