emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] HTML table export with col width <XY>
Date: Thu, 31 Dec 2009 08:55:59 +0100

Hi Karl,

I cannot reproduce this.

Are you using XEmacs, maybe?

- Carsten

On Dec 30, 2009, at 8:57 AM, Karl Eichwalder wrote:

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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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