emacs-orgmode
[Top][All Lists]
Advanced

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

[O] recalculate tables


From: Michael Welle
Subject: [O] recalculate tables
Date: Thu, 25 Aug 2016 13:23:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

in a table like the following C-u M-x org-table-recalculate fills the
third column as expected:

|---+---+----|
| 3 | 4 |    |
#+TBLFM: $3=$2-$1


But if the table finishes with a line, that doesn't work anymore:

|---+---+----|
| 3 | 4 |    |
|---+---+----|
#+TBLFM: $3=$2-$1


Then if I change the table to the following, recalculation works again:

|   |   |    |
|---+---+----|
| 3 | 4 |    |
|---+---+----|
#+TBLFM: $3=$2-$1

Is that intended behaviour?

Regards
hmw



reply via email to

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