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: Mon, 17 Mar 2014 15:18:33 +0100 Message-ID: <87r460ewna.fsf@bzg.ath.cx> References: <874n2xlgzx.fsf@bzg.ath.cx> <87eh21qgmh.fsf@gmail.com> <87d2hlhxm2.fsf@bzg.ath.cx> <877g7tq9tc.fsf@gmail.com> <87iordgevq.fsf@bzg.ath.cx> <8738ihq8ar.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPYNM-0000mo-I1 for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 10:18:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPYNG-0003YY-Ix for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 10:18:48 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:60509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPYNG-0003YU-B5 for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 10:18:42 -0400 In-Reply-To: <8738ihq8ar.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 17 Mar 2014 14:11:24 +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 Nicolas Goaziou writes: > I see the capitalization problem, but I still don't understand why you > think target and description are inverted. Well, they are. Okay, again: ======================================================================== <<>> hello world ======================================================================== The target of the second "hello world" is "Hello World" (capitalized). The description of the second hello world is "hello world" (lower case.) With the latest maint, the second "hello world" is translated as Hello World whereas it should be hello world ^ ^ ^ ^ [target] [description] > yyy > > targets > > zzz > > In the current state (ignoring the description part), you have: > > ... > > and > > ... > > What do you think is wrong here? If the radio link is "Hello World", the target should be #Hello-World. We can decide to lower case all targets, but it is not necessary with the fix I propose. -- Bastien