From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: rst-mode tables Date: Wed, 21 Sep 2011 14:53:29 +0530 Message-ID: <81boue6yge.fsf@gmail.com> References: <4E79A91E.9030007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6J28-0001gl-La for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6J24-0002BD-Bo for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:24:00 -0400 Received: from mail-gw0-f52.google.com ([74.125.83.52]:45651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6J24-0002B3-9Q for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:23:56 -0400 Received: by gwb1 with SMTP id 1so1897209gwb.39 for ; Wed, 21 Sep 2011 02:23:55 -0700 (PDT) In-Reply-To: <4E79A91E.9030007@gmail.com> (Andrea Crotti's message of "Wed, 21 Sep 2011 10:06:38 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Crotti Cc: emacs-orgmode@gnu.org Andrea Crotti writes: > I'm writing in RST a lot of documentation, and I noticed that > RST-tables are very similar to org-mode tables. > > This makes me think that I could use happily turn-on-orgtbl and use > it, but the tables are not exactly the same. > > +--------+-------+---+---+ > | THi is | table | | | > +--------+-------+---+---+ > | | | | | > +--------+-------+---+---+ I think table.el tables look like this. > One difference is in the use of "+", is there a way to make orgtbl > produce something like this too? > > --