From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Orgtbl-mode questions Date: Mon, 03 Nov 2008 12:53:57 +0100 Message-ID: <490EE655.5020305@gmx.de> References: <20081102161350.GA554@Edwards.local> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwy0Q-0001Qe-JZ for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:54:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwy0O-0001Pi-VB for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:54:02 -0500 Received: from [199.232.76.173] (port=52020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwy0O-0001PT-Q5 for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:54:00 -0500 Received: from mail.gmx.net ([213.165.64.20]:43257) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kwy0O-00066V-5B for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:54:00 -0500 In-Reply-To: <20081102161350.GA554@Edwards.local> 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: Nicholas S-A Cc: emacs-orgmode@gnu.org Nicholas S-A wrote: > Hi all, > I have some questions pertaining to orgtbl-mode. I am really excited > about using it to compose all my LaTeX tables, and in fact learned Emacs > and Org specifically for this purpose (well, I also learned them for all > the other awesome features of Org-mode. > First of all, I was wondering how I could add vertical bars to a > table (so instead of \begin{tabular}{rrr}, something like > \begin{tabular}{r|rr} is generated when C-c C-c is executed in an > orgtbl-mode remote table). Is this possible? http://orgmode.org/manual/Column-groups.html#Column-groups works fine for LaTeX. Regards, Sebastian