emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* recalculate tables
@ 2016-08-25 11:23 Michael Welle
  2016-08-25 12:12 ` Russell Adams
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Welle @ 2016-08-25 11:23 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-08-29  4:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25 11:23 recalculate tables Michael Welle
2016-08-25 12:12 ` Russell Adams
2016-08-25 14:46   ` Nicolas Goaziou
2016-08-25 16:19     ` Russell Adams
2016-08-25 18:57     ` Michael Welle
2016-08-26 14:34       ` Nicolas Goaziou
2016-08-26 15:01         ` Michael Welle
2016-08-28 23:14           ` Nicolas Goaziou
2016-08-29  4:58             ` Michael Welle

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).