From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: <<< >>> radio links should not match empty text Date: Tue, 01 Apr 2014 11:42:41 +0700 Message-ID: <878urp64ou.wl%n142857@gmail.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUqXt-0003IU-5T for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 00:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUqXn-0007kG-4k for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 00:43:33 -0400 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:39496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUqXm-0007ju-UQ for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 00:43:27 -0400 Received: by mail-pd0-f182.google.com with SMTP id y10so8991444pdj.13 for ; Mon, 31 Mar 2014 21:43:25 -0700 (PDT) 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: emacs-orgmode@gnu.org, n.goaziou@gmail.com Hi, recently this syntax: <<< >>> started highlighting all spaces (spaces between words) as if they were links. I see them with a blue underline. I found this because I used some Unicode-art like <<<<<<<<< >>>>>>>>> where I certainly didn't mean to define a radio link. This happens since this change: #+BEGIN_QUOTE commit 1c1936fbb1f0c42e5c7e1d3c903626aa5993a357 Author: Nicolas Goaziou Date: Tue Mar 25 10:15:25 2014 +0100 Allow radio links after an apostrophe and mid-word * lisp/org.el (org-make-target-link-regexp): Allow radio links after an apostrophe and mid-word. Small refactoring. * testing/lisp/test-ox.el (test-org-export/resolve-radio-link): Add test. See http://permalink.gmane.org/gmane.emacs.orgmode/84108. #+END_QUOTE Greetings, Daniel