emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* comment lines inside org tables
@ 2016-09-27  8:05 Rolf Sander (MPI)
  2016-09-27 10:56 ` Fwd: " Rolf Sander (MPI)
  0 siblings, 1 reply; 16+ messages in thread
From: Rolf Sander (MPI) @ 2016-09-27  8:05 UTC (permalink / raw)
  To: emacs-orgmode

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.sander@mpic.de
   PO Box 3060, 55020 Mainz, Germany     homepage: www.rolf-sander.net
-----------------------------------------------------------------------
                www.atmospheric-chemistry-and-physics.net
                 www.geoscientific-model-development.net
-----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Fwd: comment lines inside org tables
@ 2016-09-27 11:18 John Kitchin
  0 siblings, 0 replies; 16+ messages in thread
From: John Kitchin @ 2016-09-27 11:18 UTC (permalink / raw)
  To: Rolf Sander (MPI), emacs-orgmode@gnu org

Use a footnote? It's just a temporary reminder right?

On September 27, 2016, at 6:56 AM, "Rolf Sander (MPI)" <rolf.sander@mpic.de> wrote:

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.sander@mpic.de
    PO Box 3060, 55020 Mainz, Germany     homepage: www.rolf-sander.net
-----------------------------------------------------------------------
                 www.atmospheric-chemistry-and-physics.net
                  www.geoscientific-model-development.net
-----------------------------------------------------------------------


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

end of thread, other threads:[~2016-10-05 17:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27  8:05 comment lines inside org tables Rolf Sander (MPI)
2016-09-27 10:56 ` Fwd: " Rolf Sander (MPI)
2016-09-27 11:31   ` Nicolas Goaziou
2016-09-27 12:06     ` Rolf Sander (MPI)
2016-09-27 21:36       ` Nicolas Goaziou
2016-09-30 14:52         ` Rolf Sander
2016-09-30 15:36           ` Nicolas Goaziou
2016-10-02 19:23             ` Rolf Sander
2016-10-03 13:16               ` Rolf Sander (MPI)
     [not found]               ` <6cd445a96b6d4cd88b912298ee4f4df1@DB5PR01MB1895.eurprd01.prod.exchangelabs.com>
2016-10-03 13:27                 ` Eric S Fraga
2016-10-05 12:30                   ` Rolf Sander (MPI)
2016-10-05 14:58                     ` Nicolas Goaziou
2016-10-05 15:32                       ` Rolf Sander (MPI)
2016-10-05 16:10                         ` Thomas S. Dye
2016-10-05 16:29                         ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2016-09-27 11:18 John Kitchin

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