emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to stop the mouse pointer highlighting in agenda?


From: Samuel Wales
Subject: Re: [O] how to stop the mouse pointer highlighting in agenda?
Date: Sat, 19 Apr 2014 13:20:06 -0700

thank you both!

(add-hook 'org-finalize-agenda-hook
          (lambda ()
            (set (make-local-variable 'tooltip-delay) 86400)
            ;; disable the face that comes up when mouse pointer
            ;; is over an org agenda line.  that can be confusing
            ;; because i already have a highlight face for point.
            (remove-text-properties
             (point-min) (point-max) '(mouse-face t))))



reply via email to

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