From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Radio targets with mixed capitalisation do not work in HTML export Date: Fri, 21 Mar 2014 15:30:52 +0100 Message-ID: <87r45v8vz7.fsf@bzg.ath.cx> References: <874n2xlgzx.fsf@bzg.ath.cx> <87eh21qgmh.fsf@gmail.com> <87d2hlhxm2.fsf@bzg.ath.cx> <87zjkpghff.fsf@bzg.ath.cx> <87vbvcq4rj.fsf@gmail.com> <87a9coj02w.fsf@bzg.ath.cx> <87fvmcilbz.fsf@bzg.ath.cx> <87pplfaas4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR0Tu-0003Ek-8x for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 10:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WR0Tn-0003kG-L1 for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 10:31:34 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:60160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR0Tn-0003jK-Cj for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 10:31:27 -0400 In-Reply-To: <87pplfaas4.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 21 Mar 2014 15:25:47 +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: Nicolas Goaziou Cc: Noah Slater , emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > For example, `org-make-target-link-regexp' generates a regexp enclosed > within "\\<...\\>". Unfortunately, that will not match a radio link > starting with an entity, e.g., <<<\alpha-test>>> \alpha-test. It is > probably due to the fact that radio targets were initially meant to > contain only plain text, not Org syntax. FWIW, I'd be fine to only allow plain text in radio targets, instead of the full syntax. Your take. >> It's one of the last thing I want to get fixed before we release Org >> 8.2.3. > > If you don't mind, I need a bit more time (around a week) for 8.2.3. In > particular, there are speed issues in `org-element-context' that I would > like to fix first. Sure -- there is absolutely no rush, and I have my own share of things I need to fix too, so let's no hurry at all. I was mentioning 8.2.3 because Stefan created the emacs-24 branch, which means that the move toward Emacs 24.4 is accelerating now, but there is no deadline that I'm aware of. Thanks again, -- Bastien