[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] recalculate tables
From: |
Russell Adams |
Subject: |
Re: [O] recalculate tables |
Date: |
Thu, 25 Aug 2016 14:12:27 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
This doesn't update either (C-u C-c *):
|---+-------+---+---|
| 1 | derp | 3 | 3 |
| 2 | derp2 | 5 | |
|---+-------+---+---|
| | | | 0 |
#+TBLFM: $4=$1*$3
I'd been working with these recently and discovered sometimes it
wasn't updating... I hadn't gotten an MWE though so based on yours I
composed a few.
I'm on an ancient Org 7.8.10, so its been around a while.
On Thu, Aug 25, 2016 at 01:23:12PM +0200, Michael Welle wrote:
> 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
>
------------------------------------------------------------------
Russell Adams address@hidden
PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/
Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3
- [O] recalculate tables, Michael Welle, 2016/08/25
- Re: [O] recalculate tables,
Russell Adams <=
- Re: [O] recalculate tables, Nicolas Goaziou, 2016/08/25
- Re: [O] recalculate tables, Russell Adams, 2016/08/25
- Re: [O] recalculate tables, Michael Welle, 2016/08/25
- Re: [O] recalculate tables, Nicolas Goaziou, 2016/08/26
- Re: [O] recalculate tables, Michael Welle, 2016/08/26
- Re: [O] recalculate tables, Nicolas Goaziou, 2016/08/28
- Re: [O] recalculate tables, Michael Welle, 2016/08/29