emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Fwd: comment lines inside org tables


From: Nicolas Goaziou
Subject: Re: [O] Fwd: comment lines inside org tables
Date: Tue, 27 Sep 2016 13:31:01 +0200

Hello,

"Rolf Sander (MPI)" <address@hidden> 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

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