emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] HTML table export with col width <XY>


From: Karl Eichwalder
Subject: [Orgmode] HTML table export with col width <XY>
Date: Wed, 30 Dec 2009 08:57:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (darwin)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]