Hi Ippei,
Ippei FURUHASHI writes:
> Thanks for looking at these patch.
> I found a bug introduced at
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bd8ff1aade6c46f701f466035ef75ab8ee82c8fe
> which I made.
> Could you apply this (attached) patch for them please?
Done, thanks!
--
Bastie
Hi Bastien,
Thanks for looking at these patch.
I found a bug introduced at
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bd8ff1aade6c46f701f466035ef75ab8ee82c8fe
which I made.
Could you apply this (attached) patch for them please?
Thanks in advance,
IP
>From 24a18f1ffdc38dfd297960d9b06a12f
Hi Ippei,
Ippei FURUHASHI writes:
> This patch enables user to applies a temporal TBLFM line where you are in.
> It is useful when you switch a formula to another.
> I hope you liked this.
I do! I've applied the patches (with some minor changes) on my local
branch, it will be available when I
Hi,
This patch enables user to applies a temporal TBLFM line where you are in.
It is useful when you switch a formula to another.
I hope you liked this.
When you have the following table,
#+TBLNAME: test2
| 1 | 2 | |
| 4 | 5 | |
| 7 | 8 | 9 |
#+TBLFM: @1$3='(+ 10 7)