Hello,

"Rolf Sander (MPI)" <rolf.san...@mpic.de> writes:

> 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 |
> |--------+-------+--------|

Try

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


See (info "(org) Advanced features").

Regards,

-- 
Nicolas Goaziou

Reply via email to