From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: tables column width question Date: Sat, 9 Jul 2011 16:04:29 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfY93-0006q6-Am for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 10:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfY92-0000GB-0t for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 10:04:33 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:46086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfY91-0000G7-JG for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 10:04:31 -0400 Received: by wwf22 with SMTP id 22so2187397wwf.30 for ; Sat, 09 Jul 2011 07:04:29 -0700 (PDT) In-Reply-To: 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: Jude DaShiell Cc: emacs-orgmode@gnu.org Hi Jude On Sat, Jul 9, 2011 at 15:06, Jude DaShiell wrote: > Is it possible in table mode to have a table expand as well as contract? > If you make a header which has a minimal amount of spaces in it say: > | date | time | syst | dias | pulse | > +- "+-" is only for table.el format AFAIK. For Org tables format you need "|-" or "C-c -". Then you will get the expanded header: | date | time | syst | dias | pulse | |------------------+---------+------+------+-------| | <2011-07-09 Sat> | 08:06AM | 139 | 89 | 81 | Is that what you are looking for? Michael