From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: radio links match blank spaces Date: Tue, 15 Apr 2014 20:05:40 +0200 Message-ID: <87ppki5uyz.fsf@gmail.com> References: <87ha5uj2e4.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa7jW-0004xK-9l for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 14:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa7jN-0006sm-9h for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 14:05:22 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:37666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa7jN-0006sg-2X for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 14:05:13 -0400 Received: by mail-we0-f178.google.com with SMTP id u56so9748914wes.37 for ; Tue, 15 Apr 2014 11:05:12 -0700 (PDT) In-Reply-To: <87ha5uj2e4.wl%n142857@gmail.com> (Daniel Clemente's message of "Tue, 15 Apr 2014 17:46:59 +0700") 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: Daniel Clemente Cc: org-mode Mailinglist Hello, Daniel Clemente writes: > Hi, after the recent change to radio links, <<>> link will make > the 2 spaces around THIS word become blue, as if they were part of the > link. This should be fixed. Thank you for reporting it. > I wanted to write a test. I have been inspecting org-element's > result but I can't understand the :begin and :end properties; they > seem to be too high, e.g. they are :begin 3 :end 5 for a 1-letter > link that is in position 0 to 1. I didn't notice any error here. :end includes white spaces after the link. Regards, -- Nicolas Goaziou