Hello,

Thomas Holst <thomas_ho...@gmx.de> writes:

> recently I encountered a bug with capturing table lines. Here is a ECM
> to reproduce it:
>
> - org-mode file (testing.org):
>
> #+begin_src org
> * Headline
> |---+------+--------|
> |   | Name | Amount |
> |---+------+--------|
> |---+------+--------|
> |   |      |        |
> |---+------+--------|
> #+TBLFM: @2$3=vsum(@-II..@-I);%.2f
> #+end_src

[...]

> When I evaluate capture template I get following result:
>
> #+begin_src org
> * Headline
> |---+------+--------|
> |   | Name | Amount |
> |---+------+--------|
> | # |      |  33.00 |
>
> |---+---+---|
> |   |   |   |
> |---+---+---|
> #+TBLFM: @2$3=vsum(@-II..@-I);%.2f
> #+end_src

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to