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