Thomas S. Dye <t...@tsdye.com> wrote:

> Aloha all,
> 
> My old code for org-finalize-agenda-hook to keep the mouse cursor from
> highlighting agenda lines doesn't work after switching over to
> org-agenda-finalize-hook. I have:
> 
> *** ON Mouse cursor doesn't highlight agenda lines
> #+begin_src emacs-lisp :tangle yes
>   (add-hook 'org-agenda-finalize-hook
>     (lambda () (remove-text-properties
>                (point-min) (point-max) '(mouse-face t))))
> #+end_src
> 
> Should this work anymore?
> 

Works for me: no highlighting when moving the mouse around.

Nick

GNU Emacs 24.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 
2012-07-28
Org-mode version 7.9.1 (release_7.9.1-147-g777276.dirty @ 
/home/nick/elisp/org-mode/lisp/)

Reply via email to