emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] highlight confusion in agenda


From: Carsten Dominik
Subject: Re: [Orgmode] highlight confusion in agenda
Date: Tue, 20 Jul 2010 14:57:52 +0200


On Jul 20, 2010, at 2:52 PM, Michael Gilbert wrote:

Hi —

I have a frequent navigation issue in the agenda and I'm curious if anyone else deals with this or has a solution. Like many users I have the currently selected line in the agenda set to be highlighted (an absolute lifesaver). But although I am not very mouse-oriented, as an Aquamacs user I find that the line where the mouse happens to be hovering (not having selected anything) is mostly highlighted in exactly the same was as the selected line. This is a cause of frequent error on my part. I only notice this in the agenda, not in other files.

Is there any way to turn off the latter effect?

Untested:

(add-hook 'org-finalize-agenda-hook
   (lambda () (remove-text-properties
               (point-min) (point-max) '(mouse-face t))))

This might also turn off the mouse bindings in the agenda, at least some of them.
But maybe this is actually also what you'd like to have....

- Carsten




reply via email to

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