From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: spreadsheet: column width behavior(s) Date: Sat, 27 Mar 2010 18:15:53 +0100 Message-ID: <4BAE3D49.9060607@alumni.ethz.ch> References: <4BABBF44.5020803@alumni.ethz.ch> <1E0F2C3A-5F85-42BA-9232-3CB3DE4CDAFB@gmail.com> <4BAE040A.8080906@alumni.ethz.ch> <056252B3-42C3-4DFE-A4FE-774F57C235D6@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvZc9-0005sR-DQ for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 13:16:01 -0400 Received: from [140.186.70.92] (port=41334 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvZc7-0005rC-N3 for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 13:16:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvZc6-000801-Et for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 13:15:59 -0400 Received: from mail01.solnet.ch ([212.101.4.135]:49353) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvZc6-0007zi-5W for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 13:15:58 -0400 In-Reply-To: <056252B3-42C3-4DFE-A4FE-774F57C235D6@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: Carsten Dominik Cc: Org Mode > Yes, thinking more about it, I do agree that a fixed width makes a lot > of sense as the application of . It does now work like this. Thank you for changing. And if someone wants `maximum width' I hope that it will be implemented with the syntax <..N> as a _variant_ _additional_ to the existing . Comparison of four variants (the last two rather useless apart from showing the completeness of the syntax): <30> : `fixed width' (the only variant implemented now) <..40> : `maximum width' (as wide as necessary but max. 40) <20..> : `minimum width' (as wide as necessary but min. 20) <20..40> : `width range' (min. 20, then up to 40, narrow only if > 40)