[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Radio targets with mixed capitalisation do not work in HTML expo
From: |
Bastien |
Subject: |
Re: [O] Radio targets with mixed capitalisation do not work in HTML export |
Date: |
Mon, 17 Mar 2014 13:04:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Bastien <address@hidden> writes:
> If we do this, I don't see the need to enforce case sensitivity.
I attach a patch that illustrates the fix I propose on top on my
previous commit.
With this,
========================================================================
<<<Hello \alpha world>>>
Let's say hello \alpha world to test.
========================================================================
gets converted into
========================================================================
<p>
<a id="Hello-alpha-world">Hello α world</a>
</p>
<p>
Let's say <a href="#Hello-alpha-world">hello α world</a> to test.
</p>
========================================================================
which I think is what the OP expected. We preserve case sensitivity
of the target, and we preserve the link description.
(I think the confusion comes from calling "path" what is really the
description when path and description are the same, like in a link
to a radio target.)
Let me know what you think,
fix-org-radio.patch
Description: Text Data
--
Bastien
- [O] Radio targets with mixed capitalisation do not work in HTML export, Noah Slater, 2014/03/03
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/16
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Nicolas Goaziou, 2014/03/17
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/17
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export,
Bastien <=
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Nicolas Goaziou, 2014/03/17
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/17
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/20
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Nicolas Goaziou, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Nicolas Goaziou, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Noah Slater, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Bastien, 2014/03/21
- Re: [O] Radio targets with mixed capitalisation do not work in HTML export, Nicolas Goaziou, 2014/03/23