From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Aesthetic/Readability Feature Request (stacking #+TBLFM: lines) Date: Sun, 24 May 2009 10:50:42 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8HqW-00059j-Re for emacs-orgmode@gnu.org; Sun, 24 May 2009 13:50:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8HqS-00058w-Bm for emacs-orgmode@gnu.org; Sun, 24 May 2009 13:50:52 -0400 Received: from [199.232.76.173] (port=45054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8HqS-00058t-4k for emacs-orgmode@gnu.org; Sun, 24 May 2009 13:50:48 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:49997) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8HqR-0003cI-P2 for emacs-orgmode@gnu.org; Sun, 24 May 2009 13:50:47 -0400 Received: by wf-out-1314.google.com with SMTP id 23so855880wfg.24 for ; Sun, 24 May 2009 10:50:46 -0700 (PDT) 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: Org Mode List 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) 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