emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Aesthetic/Readability Feature Request (stacking #+TBLFM: lines


From: Eric Schulte
Subject: [Orgmode] Aesthetic/Readability Feature Request (stacking #+TBLFM: lines)
Date: Sun, 24 May 2009 10:50:42 -0700
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.92 (darwin)

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(@address@hidden)::@2$3=vsum(@address@hidden) + 
2::@3$3=vsum(@address@hidden)


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


Thanks -- Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]