Re: [O] recalculate tables

2016-08-28 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> I have a handful of tables like the following: >> >> |---+---+| >> | 3 | 4 || >> |---+---+| >> #+TBLFM: $3=$2-$1 >> >> I don't add data to them very frequently. But since they all have the >> third column filled,

Re: [O] recalculate tables

2016-08-28 Thread Nicolas Goaziou
Hello, Michael Welle writes: > I have a handful of tables like the following: > > |---+---+| > | 3 | 4 || > |---+---+| > #+TBLFM: $3=$2-$1 > > I don't add data to them very frequently. But since they all have the > third column filled, I think recalculating had worked in tables forma

Re: [O] recalculate tables

2016-08-26 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> I have a few of those, that worked in the past. So I think the behaviour >> had changed some time in the past year or so. > > Quite possible. I made some invasive changes in "org-table.el" a while > ago. SCM revealed that I

Re: [O] recalculate tables

2016-08-26 Thread Nicolas Goaziou
Hello, Michael Welle writes: > I have a few of those, that worked in the past. So I think the behaviour > had changed some time in the past year or so. Quite possible. I made some invasive changes in "org-table.el" a while ago. > I liked the old behaviour (but it's not super important for me)

Re: [O] recalculate tables

2016-08-25 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Russell Adams writes: > >> 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 r

Re: [O] recalculate tables

2016-08-25 Thread Russell Adams
> > 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 h

Re: [O] recalculate tables

2016-08-25 Thread Nicolas Goaziou
Hello, Russell Adams writes: > 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 updat

Re: [O] recalculate tables

2016-08-25 Thread Russell Adams
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 you