From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noah Slater Subject: Radio targets with mixed capitalisation do not work in HTML export Date: Sun, 2 Mar 2014 18:24:47 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf303a2c639d79f004f3a2f29c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKA8F-0001Em-Nv for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 12:25:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKA8A-0004F2-22 for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 12:24:55 -0500 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:36626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKA89-0004Er-Or for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 12:24:49 -0500 Received: by mail-yh0-f47.google.com with SMTP id c41so2735560yho.20 for ; Sun, 02 Mar 2014 09:24:47 -0800 (PST) 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 --20cf303a2c639d79f004f3a2f29c Content-Type: text/plain; charset=ISO-8859-1 Experiencing a bug with radio targets and html export. IF set a radio target like <<> then the text foo in the body will be linked to #foo, but the radio target has an anchor id of Foo, so the link doesn't work. I expected the foo text to be linked to #Foo instead. --20cf303a2c639d79f004f3a2f29c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Experiencing a bug with radio targets and html export= .

IF set a radio target like <<<Foo>&g= t; then the text foo in the body will be linked to #foo, but the radio targ= et has an anchor id of Foo, so the link doesn't work.

I expected the foo text to be linked to #Foo instead.
--20cf303a2c639d79f004f3a2f29c--