From mboxrd@z Thu Jan 1 00:00:00 1970
From: "Daniel Clemente"
Subject: 3 bugs with the HTML exporter
Date: Mon, 19 Nov 2007 22:42:46 +0100
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable
Return-path:
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
id 1IuEOI-00078F-In
for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 16:42:50 -0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
id 1IuEOG-000764-Rb
for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 16:42:50 -0500
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
by lists.gnu.org with esmtp (Exim 4.43) id 1IuEOG-00075j-M0
for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 16:42:48 -0500
Received: from mu-out-0910.google.com ([209.85.134.185])
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from ) id 1IuEOG-0005an-8N
for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 16:42:48 -0500
Received: by mu-out-0910.google.com with SMTP id i2so2900589mue
for ; Mon, 19 Nov 2007 13:42:47 -0800 (PST)
Content-Disposition: inline
List-Id: "General discussions about Org-mode."
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode@gnu.org
Hi,
with org-mode 5.13i, the HTML exporter produces wrong results. I
attach 3 explanations.
*** 1
I want a bold URI: *http://example.com/*
A cursive URI will be tricky: /http://example.com//
This other method also doesn't work:
*[[http://example.com/][http://example.com/]]*
/[[http://example.com/][http://example.com/]]/
*** 2
This line has a footnote.[1]
[1] And the footnote has a list:
- First element
- Second one
The appears inside the =84p" element, but the paragraph isn't
closed; there's no
.
(And yes, I really have used and seen lists on footnotes on articles).
*** 3
The next horizontal line (
) shouldn't be inside a paragraph
(...
...), but on its own (
):
---------------------
Since if you want for instance to apply a background-color or border
to all paragraphs, you don't want that the line also has it.
Thanks,
Daniel