From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug? in the latest revision of org Date: Fri, 28 Oct 2011 16:43:19 +0200 Message-ID: <878vo589dk.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJndd-0004lM-AS for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 10:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJndc-0007IP-3l for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 10:42:29 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJndb-0007IJ-Pr for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 10:42:28 -0400 Received: by wwf27 with SMTP id 27so4534135wwf.30 for ; Fri, 28 Oct 2011 07:42:27 -0700 (PDT) In-Reply-To: (Paul Sexton's message of "Fri, 28 Oct 2011 01:59:59 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Sexton Cc: emacs-orgmode@gnu.org Hi Paul, Paul Sexton 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