From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Aesthetic/Readability Feature Request (stacking #+TBLFM: lines) Date: Mon, 25 May 2009 00:02:54 +0200 Message-ID: <13486BF7-9421-4C47-A13D-92C6C9E82C4D@gmail.com> References: 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 1M8Lmb-0001Zq-0Q for emacs-orgmode@gnu.org; Sun, 24 May 2009 18:03:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8LmW-0001ZZ-Hz for emacs-orgmode@gnu.org; Sun, 24 May 2009 18:03:04 -0400 Received: from [199.232.76.173] (port=33537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8LmW-0001ZW-Fe for emacs-orgmode@gnu.org; Sun, 24 May 2009 18:03:00 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:50098) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8LmV-0003Va-SP for emacs-orgmode@gnu.org; Sun, 24 May 2009 18:03:00 -0400 Received: by ewy6 with SMTP id 6so2980171ewy.42 for ; Sun, 24 May 2009 15:02:59 -0700 (PDT) In-Reply-To: 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: Eric Schulte Cc: Org Mode List On May 24, 2009, at 7:50 PM, Eric Schulte wrote: > Hi, > > Would it be difficult to allow stacking of table formula lines. With > the current setup I find I often have #+TBLFM lines stretching far > past > the right margin of my page. > > For (a very contrived) example, I'd like to be able to replace this > > > | 1 | 2 | 3 | > | 2 | 3 | 5 | > | 3 | 4 | 36 | > | 4 | 5 | | > | 5 | 6 | | > | 6 | 7 | | > | 7 | 8 | | > | 8 | 9 | | > | 9 | 10 | | > #+TBLFM: @1$3=vsum(@1$1..@1$2)::@2$3=vsum(@1$1..@1$2) + > 2::@3$3=vsum(@1$1..@8$1) Well, that line is really only a storage location, it is not meant for reading and editing. Have you tried "C-c '" in the table as an alternative. - Carsten > > > with this > > > | 1 | 2 | 3 | > | 2 | 3 | | > | 3 | 4 | | > | 4 | 5 | | > | 5 | 6 | | > | 6 | 7 | | > | 7 | 8 | | > | 8 | 9 | | > | 9 | 10 | | > #+TBLFM: @1$3=vsum(@1$1..@1$2) > #+TBLFM: @2$3=vsum(@1$1..@1$2) + 2 > #+TBLFM: @3$3=vsum(@1$1..@8$1) > > > Thanks -- Eric > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode