From: Samuel Wales <samologist@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org, Igor Sosa Mayor <joseleopoldo1792@gmail.com>
Subject: Re: how to stop the mouse pointer highlighting in agenda?
Date: Sat, 19 Apr 2014 13:20:06 -0700 [thread overview]
Message-ID: <CAJcAo8t_07efckAhjfZ2k1dZe0Mt5GkAqeZOU7BLey=n4tWRWw@mail.gmail.com> (raw)
In-Reply-To: <8761m5hobd.fsf@bzg.ath.cx>
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))))
prev parent reply other threads:[~2014-04-19 20:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 20:40 how to stop the mouse pointer highlighting in agenda? Samuel Wales
2014-04-18 20:47 ` Igor Sosa Mayor
2014-04-19 4:12 ` Samuel Wales
2014-04-19 4:16 ` Igor Sosa Mayor
2014-04-19 4:50 ` Samuel Wales
2014-04-19 5:03 ` Igor Sosa Mayor
2014-04-19 5:23 ` Samuel Wales
2014-04-19 5:27 ` Igor Sosa Mayor
2014-04-19 5:37 ` Bastien
2014-04-19 5:43 ` Igor Sosa Mayor
2014-04-19 6:06 ` Bastien
2014-04-19 6:20 ` Igor Sosa Mayor
2014-04-19 20:20 ` Samuel Wales [this message]
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='CAJcAo8t_07efckAhjfZ2k1dZe0Mt5GkAqeZOU7BLey=n4tWRWw@mail.gmail.com' \
--to=samologist@gmail.com \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=joseleopoldo1792@gmail.com \
/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).