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: Michael Gilbert
Subject: Re: [Orgmode] highlight confusion in agenda
Date: Tue, 20 Jul 2010 06:42:35 -0700

>> 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....


Tested. Fantastic. Doesn't disable mouse-bindings completely, but totally 
solves my problem. Thank you so much.

— M




reply via email to

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