Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Suvayu Ali
Hi Jambu, On Tue, Sep 10, 2013 at 12:26:22PM +0530, Jambunathan K wrote: Add salt to taste or cookup your own recipe based on the hints here. (add-hook 'org-mode-hook (lambda nil (setq-local default-text-properties '(point-entered

Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Jambunathan K
Add salt to taste or cookup your own recipe based on the hints here. (add-hook 'org-mode-hook (lambda nil (setq-local default-text-properties '(point-entered org-link-entered-maybe (defun org-link-entered-maybe (op np) (when (derived-mode-p

Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Jambunathan K
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I can't see the properties. This is what I tried: Did something happen with my snippet? I see a tooltip (which is placed afar from the link in question) in my machine. (add-hook 'org-mode-hook (lambda nil ;; (setq-local

Re: [O] Adding text properties to all Org mode links

2013-09-10 Thread Suvayu Ali
On Tue, Sep 10, 2013 at 05:39:58PM +0530, Jambunathan K wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I can't see the properties. This is what I tried: Did something happen with my snippet? I see a tooltip (which is placed afar from the link in question) in my machine. Sorry I

Re: [O] Adding text properties to all Org mode links

2013-09-09 Thread Suvayu Ali
Hello again everyone, On Sun, Jul 14, 2013 at 08:41:25AM +0200, Suvayu Ali wrote: On Sat, Jul 13, 2013 at 11:01:08PM -0400, Nick Dokos wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: How do I add text properties to org elements? In my particular case, I want to echo tooltips

Re: [O] Adding text properties to all Org mode links

2013-07-14 Thread Suvayu Ali
Hi Nick, On Sat, Jul 13, 2013 at 11:01:08PM -0400, Nick Dokos wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi, How do I add text properties to org elements? In my particular case, I want to echo tooltips when I move my cursor over an org link (or other org elements for that

[O] Adding text properties to all Org mode links

2013-07-13 Thread Suvayu Ali
Hi, How do I add text properties to org elements? In my particular case, I want to echo tooltips when I move my cursor over an org link (or other org elements for that matter). To do this, I need to add the properties point-left and point-entered to all org-links. How do I do that? Thanks for

Re: [O] Adding text properties to all Org mode links

2013-07-13 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi, How do I add text properties to org elements? In my particular case, I want to echo tooltips when I move my cursor over an org link (or other org elements for that matter). To do this, I need to add the properties point-left and