From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Using orgtbl-mode for editing tables in reStructured text Date: Wed, 9 Dec 2009 11:09:45 +0100 Message-ID: References: <417457b50912080817v6f904009s771a18a61b8d19ee@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIK1b-0001tG-TZ for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 05:44:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIK1X-0001qm-Bd for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 05:44:03 -0500 Received: from [199.232.76.173] (port=39610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIK1W-0001qh-VM for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 05:43:59 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:31157) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIK1W-0000cx-GC for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 05:43:58 -0500 Received: by ey-out-1920.google.com with SMTP id 4so890226eyg.34 for ; Wed, 09 Dec 2009 02:43:58 -0800 (PST) In-Reply-To: <417457b50912080817v6f904009s771a18a61b8d19ee@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johan Ekh Cc: emacs-orgmode@gnu.org Hi Johan, no, I don't see any hope to modify the table syntax in the way you propose. - Carsten On Dec 8, 2009, at 5:17 PM, Johan Ekh wrote: > Hi all, > I'm using Sphinx to extract docstrings from my python code and > create API documentation > of my classes and methods. I like to have a small table at the top > of each class where all variables are listed. > It would be very useful to use the orgtbl-mode to create these > tables but the format used by orgtbl-mode > is slightly different from tables in reStructured text (which is > used by Sphinx). > > Is there any way to make orgtbl-mode use the same format as > reStructured text? E.g. vertical separator lines > must start with "+---" instead of "|---" and some other small > differences. > > Best regards, > > Johan > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten