emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "T. V. Raman" <raman@users.sf.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: 4.77: org-export-region-as-html produces strange output
Date: Sun, 17 Jun 2007 11:32:23 -0700	[thread overview]
Message-ID: <18037.32311.537407.150796@gargle.gargle.HOWL> (raw)



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

             reply	other threads:[~2007-06-17 18:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-17 18:32 T. V. Raman [this message]
2007-06-18  6:55 ` 4.77: org-export-region-as-html produces strange output Carsten Dominik
2007-06-18 13:10   ` T. V. Raman
2007-06-18 14:19     ` Carsten Dominik

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=18037.32311.537407.150796@gargle.gargle.HOWL \
    --to=raman@users.sf.net \
    --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).