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,
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
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
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)
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
> > 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
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
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