From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: mouse highlight on agenda lines Date: Fri, 31 Aug 2012 08:49:11 -1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7WHJ-00066L-Im for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 14:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7WHI-0003kq-CJ for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 14:49:13 -0400 Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:37553) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T7WHI-0003kk-1Z for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 14:49:12 -0400 Received: from [72.253.144.27] (port=54055 helo=poto) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1T7WHD-0003zT-EO for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 12:49:08 -0600 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: Org-mode Aloha all, After a recent upgrade to emacs 24, and using the Org-mode that ships with emacs (7.8.11), the following code that has been in my initialization file for a long time no longer works: #+begin_src emacs-lisp :tangle yes (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max) '(mouse-face t)))) #+end_src It used to keep the mouse pointer from highlighting agenda lines. Any idea why it is broken now? All the best, Tom -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com