emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
To: emacs-orgmode@gnu.org
Subject: HTML table export with col width <XY>
Date: Wed, 30 Dec 2009 08:57:08 +0100	[thread overview]
Message-ID: <m2eimc3ne3.fsf@gnu.franken.de> (raw)

I'm using org 6.33x.  If you limit the col width with the special header
notation (e.g., "<35>"), org-export-as-html-to-buffer expands the "=>"
indicator literally.  In org mode my table looks as follows:

| <35>                                |          |                |
| Rückfahrt                           |          |                |
|-------------------------------------+----------+----------------|
| St. Bartholomä                      | ab 16:30 | Schiff         |
| Schönau (Königssee), ab Berchtesgad | ab 17:xx | Bus (z.t. SEV) |
                                  ^^^^

where the long field actually contains:

    #
    # Edit field and finish with C-c C-c
    #
    Schönau (Königssee), ab Berchtesgaden weiter als SEV
                                    ^^^^

M-x org-export-as-html-to-buffer RET
==>
...
<tbody>
<tr><td>St. Bartholomä</td><td>ab 16:30</td><td>Schiff</td></tr>
<tr><td>Schönau (Königssee), ab Berchtesgaden weiter als SEV</td><td>ab 17:xx</td><td>Bus (z.t. SEV)</td></tr>
                                        ^^^^

Thanks for this great software!

-- 
Karl Eichwalder

             reply	other threads:[~2009-12-30  7:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-30  7:57 Karl Eichwalder [this message]
2009-12-31  7:55 ` HTML table export with col width <XY> Carsten Dominik
2009-12-31  8:26   ` Karl Eichwalder
2010-01-03 18:53     ` Carsten Dominik
2010-01-03 20:02       ` Rocky Road
2010-01-04  9:23         ` 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=m2eimc3ne3.fsf@gnu.franken.de \
    --to=ke@gnu.franken.de \
    --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).