From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fwd: comment lines inside org tables Date: Tue, 27 Sep 2016 13:31:01 +0200 Message-ID: <87fuol1swa.fsf@nicolasgoaziou.fr> References: <74597925-06d8-c5a3-198c-cfaa1acedd57@mpic.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boqbN-0007Hi-FF for emacs-orgmode@gnu.org; Tue, 27 Sep 2016 07:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boqbJ-0000ie-Ad for emacs-orgmode@gnu.org; Tue, 27 Sep 2016 07:31:08 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boqbJ-0000iS-4P for emacs-orgmode@gnu.org; Tue, 27 Sep 2016 07:31:05 -0400 In-Reply-To: (Rolf Sander's message of "Tue, 27 Sep 2016 12:56:10 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Rolf Sander (MPI)" Cc: emacs-orgmode@gnu.org Hello, "Rolf Sander (MPI)" 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