emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-agenda-finalize-hook


From: Thomas S. Dye
Subject: [O] org-agenda-finalize-hook
Date: Wed, 05 Sep 2012 11:33:28 -1000

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



reply via email to

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