Hi Russel,

no, I don't see a good way to fix this.  Just get used to use
the proper commands to insert new lines.  To make it easier to
add new lines at the end, try

(setq org-table-tab-jumps-over-hlines nil)

The TAB will create new lines before horizontal separator lines.
Judging from your own follow-up message, this might be all you need?

- Carsten


On Apr 1, 2008, at 6:05 PM, Russell Adams wrote:

Speaking of tables today, I thought I'd post a question that I haven't
found a simple answer for.

How do you sum a table reliably? (ie: tolerant of editing)

This table requires the use of org-table-insert-row (etc...) in order
to keep the formula correct.

| Header |
|--------|
|      1 |
|      2 |
|      3 |
|      4 |
|      5 |
|--------|
|     15 |
#+TBLFM: @7$1=vsum(@[EMAIL PROTECTED])

How can I do something like this, where the last cell is automatically
the sum of the column, and not an absolute reference that must be maintained?

|      1 |
|      2 |
|      3 |
|      4 |
|      5 |
|--------|
|     15 |
#+TBLFM: LAST=vsum($0..$0)

Thanks.


------------------------------------------------------------------
Russell Adams                            [EMAIL PROTECTED]

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


_______________________________________________
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

Reply via email to