emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 4.77: org-export-region-as-html produces strange output
@ 2007-06-17 18:32 T. V. Raman
  2007-06-18  6:55 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: T. V. Raman @ 2007-06-17 18:32 UTC (permalink / raw)
  To: emacs-orgmode



See attached org input and resulting HTML.

Things that look buggy:

The example uses a section header, a bulleted list and a table.

See list of problems below:

0)  The table becomes part of the final bullet.
1)  The table has a strange <col> element inside it.
2)  Given that I invoked org-export-region-as-html with a prefix
arg, it would be a good idea not to generate section numbers --
or at least make the generation of such section numbers
customizable by the user.
Otherwise, cutting and pasting the generated html markup requires
handfixing of the section numbers 



* Introduction
  - First bullet.
  - Second bullet.

|------+-------|
| Name | Email |



<h2 id="sec-1">1 Introduction</h2>

<ul>
<li>
First bullet.
</li>
<li>
Second bullet.

<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<COL align="left"><COL align="left">
<tbody>
<tr><td>Name</td><td>Email</td></tr>
</tbody>
</table>

</li>
</ul>

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs

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

end of thread, other threads:[~2007-06-18 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-17 18:32 4.77: org-export-region-as-html produces strange output T. V. Raman
2007-06-18  6:55 ` Carsten Dominik
2007-06-18 13:10   ` T. V. Raman
2007-06-18 14:19     ` 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).