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$2)::@2$3=vsum(@1$...@1$2) + 2::@3$3=vsum(@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$2) #+TBLFM: @2$3=vsum(@1$...@1$2) + 2 #+TBLFM: @3$3=vsum(@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