* [REGRESSION] Description List + HTML
@ 2011-03-15 19:02 Jambunathan K
2011-03-15 19:26 ` Nicolas
0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2011-03-15 19:02 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
My head is at git commit 6a369 and
With `emacs -Q', do a C-c C-e h on bug.org.
See that the following paragraph (or whatever!)
"But in the end, no individual scenes matter but the film as a whole.
Important actors in this film are"
is NOT within any HTML tags and is floating.
Jambunathan K.
[-- Attachment #2: bug.org --]
[-- Type: text/plain, Size: 908 bytes --]
* Lists
** A Very Complex List
*** Lord of the Rings
My favorite scenes are (in this order)
1. The attack of the Rohirrim
2. Eowyn's fight with the witch king
+ this was already my favorite scene in the book
+ I really like Miranda Otto.
- Definition-1 :: Description-1
- Definition-2 :: Description-2
3. Peter Jackson being shot by Legolas
He makes a really funny face when it happens.
- on DVD only
But in the end, no individual scenes matter but the film as a whole.
Important actors in this film are:
- Elijah Wood :: He plays Frodo
- Sean Austin :: He plays Sam, Frodo's friend. I still remember
him very well from his role as Mikey Walsh in
The Goonies
- Embedded Definition 1 :: Embedded Description 1
- Embedded Definition 2 :: Embedded Description 2
[-- Attachment #3: bug.html --]
[-- Type: text/html, Size: 5214 bytes --]
[-- Attachment #4: Type: text/plain, Size: 5 bytes --]
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] Description List + HTML
2011-03-15 19:02 [REGRESSION] Description List + HTML Jambunathan K
@ 2011-03-15 19:26 ` Nicolas
2011-03-15 20:07 ` Jambunathan K
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas @ 2011-03-15 19:26 UTC (permalink / raw)
To: Jambunathan K; +Cc: emacs-orgmode
Hello,
Jambunathan K <kjambunathan@gmail.com> writes:
> My head is at git commit 6a369 and
>
> With `emacs -Q', do a C-c C-e h on bug.org.
>
> See that the following paragraph (or whatever!)
>
> "But in the end, no individual scenes matter but the film as a whole.
> Important actors in this film are"
>
> is NOT within any HTML tags and is floating.
I don't see anything wrong here. What would you expect instead?
Regards,
--
Nicolas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] Description List + HTML
2011-03-15 19:26 ` Nicolas
@ 2011-03-15 20:07 ` Jambunathan K
2011-03-15 20:55 ` Nicolas
0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2011-03-15 20:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]
Nicolas <n.goaziou@gmail.com> writes:
> Hello,
>
> Jambunathan K <kjambunathan@gmail.com> writes:
>
>> My head is at git commit 6a369 and
>>
>> With `emacs -Q', do a C-c C-e h on bug.org.
>>
>> See that the following paragraph (or whatever!)
>>
>> "But in the end, no individual scenes matter but the film as a whole.
>> Important actors in this film are"
>>
>> is NOT within any HTML tags and is floating.
>
> I don't see anything wrong here. What would you expect instead?
Validation with nxml mode is succeeding. So the document is
well-formed. But it does look strange to me.
Anyways, I am attaching the same file exported with release_7.3. You
would notice that the disputed text is enclosed within <p> </p>.
Would you consider enclosing them in paragraph tags.
Odt exporter pretty much does tag mapping from html->odt. Absence of
these paragraph elements prevents their counterparts - <text:p>
</text:p> from being emitted in my odt exporter. This in turn causes
malformed OpenDocumentText document.
I am in the process of merging my odt changes to the master branch and
am ironing out last minute glitches ...
Jambunathan K.
[-- Attachment #2: bug.html --]
[-- Type: text/html, Size: 5258 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] Description List + HTML
2011-03-15 20:07 ` Jambunathan K
@ 2011-03-15 20:55 ` Nicolas
2011-03-17 17:09 ` Jambunathan K
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas @ 2011-03-15 20:55 UTC (permalink / raw)
To: Jambunathan K; +Cc: emacs-orgmode
Jambunathan K <kjambunathan@gmail.com> writes:
> Validation with nxml mode is succeeding. So the document is
> well-formed. But it does look strange to me.
I may help if you would elaborate.
> Anyways, I am attaching the same file exported with release_7.3. You
> would notice that the disputed text is enclosed within <p> </p>.
>
> Would you consider enclosing them in paragraph tags.
I've pushed a fix in that direction. Is it correct now?
Regards,
--
Nicolas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [REGRESSION] Description List + HTML
2011-03-15 20:55 ` Nicolas
@ 2011-03-17 17:09 ` Jambunathan K
0 siblings, 0 replies; 5+ messages in thread
From: Jambunathan K @ 2011-03-17 17:09 UTC (permalink / raw)
To: emacs-orgmode
Nicolas
>> Would you consider enclosing them in paragraph tags.
>
> I've pushed a fix in that direction. Is it correct now?
Thanks for this. Verified that my test file exports fine.
Jambunathan K.
--
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-17 17:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 19:02 [REGRESSION] Description List + HTML Jambunathan K
2011-03-15 19:26 ` Nicolas
2011-03-15 20:07 ` Jambunathan K
2011-03-15 20:55 ` Nicolas
2011-03-17 17:09 ` Jambunathan K
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.