[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] mouse highlight on agenda lines
From: |
Thomas S. Dye |
Subject: |
[O] mouse highlight on agenda lines |
Date: |
Fri, 31 Aug 2012 08:49:11 -1000 |
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
- [O] mouse highlight on agenda lines,
Thomas S. Dye <=