Re: [O] bug in org-capture for table lines

2018-06-22 Thread Holst Thomas (PS-EC/ESE4)
Hi Nicolas, Nicolas Goaziou writes: >"Holst Thomas (PS-EC/ESE4)" writes: > >> there is a bug in org-capture. When capturing table lines table formula is >> not updated. >> >> Here is an ECM: >> >> [...snip ...] > > Fixed. Thank you. I can confirm that it works perfectly. Thank you! --

Re: [O] bug in org-capture for table lines

2018-06-21 Thread Nicolas Goaziou
Hello, "Holst Thomas (PS-EC/ESE4)" writes: > there is a bug in org-capture. When capturing table lines table formula is > not updated. > > Here is an ECM: > > #+begin_src org > * Table for testing > > | | Item | Price | > |---+--+---| > | | | 3.50 | > |---+--+---| > |

[O] bug in org-capture for table lines

2018-06-21 Thread Holst Thomas (PS-EC/ESE4)
Hi, there is a bug in org-capture. When capturing table lines table formula is not updated. Here is an ECM: #+begin_src org * Table for testing | | Item | Price | |---+--+---| | | | 3.50 | |---+--+---| | # | sum: | 3.50 | #+TBLFM: @3$3=vsum(@-II..@-I);%.2f * Lisp