emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Michael Gilbert <mcg@gilbert.org>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: highlight confusion in agenda
Date: Tue, 20 Jul 2010 14:57:52 +0200	[thread overview]
Message-ID: <20FFF776-3D5A-4FF1-9E63-6381F5CBAA36@gmail.com> (raw)
In-Reply-To: <BE8E1481-791E-49DA-9769-D6F4A55BE804@gilbert.org>


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	other threads:[~2010-07-20 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20 12:52 highlight confusion in agenda Michael Gilbert
2010-07-20 12:57 ` Carsten Dominik [this message]
2010-07-20 13:42   ` Michael Gilbert
2010-07-20 14:05     ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20FFF776-3D5A-4FF1-9E63-6381F5CBAA36@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mcg@gilbert.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).