From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: <<>>: stopped working Date: Tue, 04 Dec 2012 20:40:07 +0100 Message-ID: <8738zlvc6g.fsf@gmail.com> References: <87zk1t3a6s.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfyPu-00087o-S6 for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 14:44:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfyPq-0000py-RO for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 14:44:30 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:46122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfyPq-0000pm-KT for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 14:44:26 -0500 Received: by mail-wg0-f41.google.com with SMTP id ds1so545753wgb.0 for ; Tue, 04 Dec 2012 11:44:25 -0800 (PST) In-Reply-To: <87zk1t3a6s.wl%n142857@gmail.com> (Daniel Clemente's message of "Tue, 04 Dec 2012 20:10:35 +0100") 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: emacs-orgmode@gnu.org Hello, Daniel Clemente writes: > in the latest org-mode and emacs (both compiled today), global radio targets <<>> are colored as such and work, but <<>>, because there's a comma after the > > > I used bisect to find where it stopped working and got to: > > ce8819f18d9d2be000fb70fc4d74b5d96fe07a83 is the first bad commit > > This was about org-element and included something for <>; maybe it needs tests for <<>> too. I confirm the problem. Though, it is totally unrelated to Org Elements. To convince yourself, put point on the faulty radio and call M-: (org-element-context). This will return a radio-target element. IOW, the parser properly detects the right object. Regards, -- Nicolas Goaziou