emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug? in the latest revision of org


From: Bastien
Subject: Re: [O] Bug? in the latest revision of org
Date: Fri, 28 Oct 2011 16:43:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Hi Paul,

Paul Sexton <address@hidden> writes:

> The code needs to change to something like:
>
>    ((and org-return-follows-link
>          (let ((tprop (get-text-property (point) 'face)))
>          (or (eq tprop 'org-link)
>              (and (listp tprop) (memq 'org-link tprop)))))

thanks for the analysis and the fix -- I committed it right
now.  And thanks to Marcelo for the report !

-- 
 Bastien



reply via email to

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