From: Scott Randby <srandby@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Another HTML Export Problem
Date: Tue, 15 Mar 2011 20:39:32 -0400 [thread overview]
Message-ID: <4D8006C4.3080809@gmail.com> (raw)
Some links are not exporting properly with org release_7.5.52.g0dc16. It
seems that any link that contains "&" does not export correctly. Take
the four links given below.
[[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex][XeTeX]]
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex
[[http://www.casio.com/products/Calculators_&_Dictionaries/][Casio]]
http://www.casio.com/products/Calculators_&_Dictionaries/
These links are incorrectly exported by version 7.5 as:
<p>
@<a
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=xetex">XeTeX</a>
</p>
<p>
@<a
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=xetex">http://scripts.sil.org/cms/scripts/page.php?site<sub>id</sub>=nrsi&amp;id=xetex</a>
</p>
<p>
@<a
href="http://www.casio.com/products/Calculators_&amp;_Dictionaries/">Casio</a>
</p>
<p>
@<a
href="http://www.casio.com/products/Calculators_&amp;_Dictionaries/">http://www.casio.com/products/Calculators<sub>&</sub>;amp;<sub>Dictionaries</sub>/</a>
</p>
With version 7.4, the links are correctly exported as:
<p>
<a
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex">XeTeX</a>
</p>
<p>
<a
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex">http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex</a>
</p>
<p>
<a
href="http://www.casio.com/products/Calculators_&_Dictionaries/">Casio</a>
</p>
<p>
<a
href="http://www.casio.com/products/Calculators_&_Dictionaries/">http://www.casio.com/products/Calculators_&_Dictionaries/</a>
</p>
Scott Randby
next reply other threads:[~2011-03-16 0:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 0:39 Scott Randby [this message]
2011-03-16 1:31 ` Another HTML Export Problem Bastien
2011-03-17 8:07 ` Bastien
2011-03-17 14:45 ` Scott Randby
-- strict thread matches above, loose matches on Subject: below --
2011-03-16 11:51 David Maus
2011-03-17 14:34 ` Eric S Fraga
2011-03-20 11:21 ` David Maus
2011-03-21 1:46 ` Bernt Hansen
2011-03-21 5:46 ` David Maus
2011-03-21 12:49 ` Bernt Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D8006C4.3080809@gmail.com \
--to=srandby@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).