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

2014-04-19 Thread Bastien
Igor Sosa Mayor joseleopoldo1...@gmail.com writes: aha, interesting... but I get the message with tooltip-mode enabled and disabled... When enabled, you get it as a tooltip. When disabled, you get it in the echo area. Tweak tooltip-delay to never display it. -- Bastien

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

2014-04-19 Thread Igor Sosa Mayor
Bastien b...@gnu.org writes: When enabled, you get it as a tooltip. When disabled, you get it in the echo area. Tweak tooltip-delay to never display it. aha... exactly! Many thnaks! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/

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

2014-04-19 Thread Samuel Wales
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

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

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: i find the highlighting of lines upon mouse pointer movement and the echo area notification to be distracting. for the highlighting: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max)

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

2014-04-18 Thread Samuel Wales
that works for the highlighting part of the question. thank you! On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: for the highlighting: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max) '(mouse-face t

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

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: that works for the highlighting part of the question. thank you! I think for your other problem you have to use: (setq org-agenda-follow-mode nil) -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 ::

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

2014-04-18 Thread Samuel Wales
follow mode is nil. i am referring to the message that says that you can do mouse 2 or RET to go to the org file, which appears whenever the mouse pointer is over an agenda line. this message appears to be hardcoded in various places in org, but i don't know if its echoing can be disabled. your

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

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: follow mode is nil. i am referring to the message that says that you can do mouse 2 or RET to go to the org file, which appears whenever the mouse pointer is over an agenda line. maybe... ,[ C-h v org-agenda-show-outline-path RET ] |

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

2014-04-18 Thread Samuel Wales
it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: ,[ C-h v org-agenda-show-outline-path RET

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

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. yes, I see. You're right... Maybe it is not exactly a org

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

2014-04-18 Thread Bastien
Igor Sosa Mayor joseleopoldo1...@gmail.com writes: Samuel Wales samolog...@gmail.com writes: it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. yes, I

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

2014-04-18 Thread Igor Sosa Mayor
Bastien b...@gnu.org writes: M-x tooltip-mode RET Or increase tooltip-delay. aha, interesting... but I get the message with tooltip-mode enabled and disabled... -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: