From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: a few suggestions for org-mode table Date: Mon, 22 Jun 2009 08:14:57 +0200 Message-ID: <184A57BC-E623-436C-9D9A-7BA842A99DAF@gmail.com> References: <4A3BAEDC.50101@alumni.ethz.ch> Mime-Version: 1.0 (Apple Message framework v935.3) 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 1MIdSi-0006lM-Fb for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 02:57:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIdSd-0006i2-Tg for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 02:57:04 -0400 Received: from [199.232.76.173] (port=57554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIdSd-0006hy-P4 for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 02:56:59 -0400 Received: from mx20.gnu.org ([199.232.41.8]:52292) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIdSd-0003qz-Ai for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 02:56:59 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIdSc-0006TP-Hn for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 02:56:58 -0400 Received: by mail-ew0-f220.google.com with SMTP id 20so1176205ewy.42 for ; Sun, 21 Jun 2009 23:56:58 -0700 (PDT) In-Reply-To: <4A3BAEDC.50101@alumni.ethz.ch> 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: Michael Brand Cc: emacs-orgmode@gnu.org On Jun 19, 2009, at 5:29 PM, Michael Brand wrote: > > 2) One could like to have configurable left/right alignment, even > combinable with column width, e. g. > > | | | > | 3.14 | 0x10 | > | 3.141592=> | 0x32 0x10 | This is now implemented, thanks for the nice idea. > > > 3) One could like to have decimal point alignment > > | 432.10 | > | 5'432.1 | Implementing this into the current system would be significant work. As an alternative, try a formula to that maps a column onto itself, with a format specifier: $2=$2;f.3 or something like this.............. - Carsten