From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: rst-mode tables Date: Wed, 21 Sep 2011 10:06:38 +0100 Message-ID: <4E79A91E.9030007@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------080704080805000405030801" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6IpU-0003Kz-4X for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:10:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6IpT-0007an-1M for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:10:56 -0400 Received: from mail-wy0-f180.google.com ([74.125.82.180]:54724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6IpS-0007aj-TB for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 05:10:55 -0400 Received: by wyj26 with SMTP id 26so2484361wyj.39 for ; Wed, 21 Sep 2011 02:10:54 -0700 (PDT) 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: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------080704080805000405030801 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 | | | +--------+-------+---+---+ | | | | | +--------+-------+---+---+ One difference is in the use of "+", is there a way to make orgtbl produce something like this too? // --------------080704080805000405030801 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 |   |   |
+--------+-------+---+---+
|        |       |   |   |
+--------+-------+---+---+

One difference is in the use of "+", is there a way to make orgtbl produce something like this too?
--------------080704080805000405030801--