emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-agenda-finalize-hook


From: Nick Dokos
Subject: Re: [O] org-agenda-finalize-hook
Date: Wed, 05 Sep 2012 18:23:37 -0400

Thomas S. Dye <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]