Hello,

I need to put comments inside a very big table which then should
basically looks like this:

|--------+-------+--------|
| animal | size  | number |
|--------+-------+--------|
| gnus   | big   |      3 |
# don't forget to add elephants here:
| gnats  | small |   1000 |
|--------+-------+--------|

However, if I simply add a line in the middle of the table, org-tbl
splits it into separate tables with different column widths:

|--------+------+--------|
| animal | size | number |
|--------+------+--------|
| gnus   | big  |      3 |
# don't forget to add elephants here:
| gnats | small | 1000 |
|-------+-------+------|

If I start the comment line with "|", the comment becomes an active part
of the table and goes into the first column:

|-------------------------------------+-------+--------|
| animal                              | size  | number |
|-------------------------------------+-------+--------|
| gnus                                | big   |      3 |
| don't forget to add elephants here: |       |        |
| gnats                               | small |   1000 |
|-------------------------------------+-------+--------|

If I start the comment with "|-", it turns into a line separator and the
comment text disappears.

Any suggestions?

      Best regards
             Rolf

--
-----------------------------------------------------------------------
   Rolf Sander                              phone: [+49] 6131/305-4610
   Max-Planck Institute of Chemistry        email: rolf.san...@mpic.de
   PO Box 3060, 55020 Mainz, Germany     homepage: www.rolf-sander.net
-----------------------------------------------------------------------
                www.atmospheric-chemistry-and-physics.net
                 www.geoscientific-model-development.net
-----------------------------------------------------------------------

Reply via email to