* org-agenda-finalize-hook
@ 2012-09-05 21:33 Thomas S. Dye
2012-09-05 22:23 ` org-agenda-finalize-hook Nick Dokos
0 siblings, 1 reply; 2+ messages in thread
From: Thomas S. Dye @ 2012-09-05 21:33 UTC (permalink / raw)
To: Org-mode
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?
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org-agenda-finalize-hook
2012-09-05 21:33 org-agenda-finalize-hook Thomas S. Dye
@ 2012-09-05 22:23 ` Nick Dokos
0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2012-09-05 22:23 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: Org-mode
Thomas S. Dye <tsd@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/)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-05 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05 21:33 org-agenda-finalize-hook Thomas S. Dye
2012-09-05 22:23 ` org-agenda-finalize-hook Nick Dokos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).