emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 3 bugs with the HTML exporter
@ 2007-11-19 21:42 Daniel Clemente
  2007-11-22  7:50 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Clemente @ 2007-11-19 21:42 UTC (permalink / raw)
  To: emacs-orgmode

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 <ul> appears inside the „p" element, but the paragraph isn't
closed; there's no </p>.
(And yes, I really have used and seen lists on footnotes on articles).

*** 3

The next horizontal line (<hr>)  shouldn't be inside a paragraph
(<p>...<hr />...</p>), but on its own (<hr />):

---------------------

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3 bugs with the HTML exporter
  2007-11-19 21:42 3 bugs with the HTML exporter Daniel Clemente
@ 2007-11-22  7:50 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-11-22  7:50 UTC (permalink / raw)
  To: Daniel Clemente; +Cc: emacs-orgmode

Hi Daniel,

On Nov 19, 2007 10:42 PM, Daniel Clemente <n142857@gmail.com> wrote:
> 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/*


This does not work, and probably never will.  You can use

@<b>[[http://example.com/]]@</b>

if you must, even though I find it hard to see why you'd want a URL in bold.

> *** 2
> This line has a footnote.[1]
>
> [1] And the footnote has a list:
> - First element
> - Second one
>
> The <ul> appears inside the „p" element, but the paragraph isn't
> closed; there's no </p>.
> (And yes, I really have used and seen lists on footnotes on articles).
>
> *** 3
>
> The next horizontal line (<hr>)  shouldn't be inside a paragraph
> (<p>...<hr />...</p>), but on its own (<hr />):
>


Both tricky, I am taking a note and put them on my list - but I need a
really rainy day
to try to fix this.  The exporter is not one the pieces I am too proud of......

- Carsten



> ---------------------
>
> 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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-22  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-19 21:42 3 bugs with the HTML exporter Daniel Clemente
2007-11-22  7:50 ` Carsten Dominik

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).