emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Suvayu Ali
Subject: Re: [O] Adding text properties to all Org mode links
Date: Tue, 10 Sep 2013 14:24:36 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

On Tue, Sep 10, 2013 at 05:39:58PM +0530, Jambunathan K wrote:
> Suvayu Ali <address@hidden> 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 think I wasn't clear in my email.  I want to echo in the echo
area.  So changing the (not 'use-echo-area) to 'use-echo-area did it.

> > (add-hook 'org-mode-hook
> >       (lambda nil
> >         ;; (setq-local default-text-properties
> >         ;;          '(point-entered org-link-entered-maybe point-left 
> > org-link-entered-maybe))
> >         (setq-local default-text-properties
> >                     '(point-entered sa-echo-tooltip point-left 
> > sa-echo-tooltip))
> >         ))
> >
> 
> point-entered and point-left properties should have different values.
> See 
> 
>     (info "(elisp) Special Properties").

I had read that, but I think I misunderstood it the last time I read it.
After your message when I read it again, I see that they should be
different :-p.

Thanks a lot.  I'll experiment some more.

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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