[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [bug, org-table] new hline doesn't update formula
From: |
Rasmus |
Subject: |
[O] [bug, org-table] new hline doesn't update formula |
Date: |
Fri, 15 May 2015 19:34:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hi,
Consider this example:
|---+---+---|
| a | b | c |
| d | e | f |
|---+---+---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
|---+---+---|
| 5 | 7 | 9 |
#+TBLFM: @5=vsum(@address@hidden)
Insert a hline after |a|b|c|. The formula is now broken.
Expected behavior: org-table-insert-hline should call
org-table-fix-formulas, though this does not currently support hlines, it
seems.
I have no idea how trivial or hard this is to fix this... But hints or
fixes are appreciated.
—Rasmus
--
The Kids call him Billy the Saint
- [O] [bug, org-table] new hline doesn't update formula,
Rasmus <=