emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML table export with col width <XY>
@ 2009-12-30  7:57 Karl Eichwalder
  2009-12-31  7:55 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Karl Eichwalder @ 2009-12-30  7:57 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2010-01-04  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-30  7:57 HTML table export with col width <XY> Karl Eichwalder
2009-12-31  7:55 ` 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

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