Hi Paul, Paul Sexton <psexton...@gmail.com> 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