emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-capture with template for a table


From: Nicolas Goaziou
Subject: Re: [O] Bug: org-capture with template for a table
Date: Thu, 17 Jan 2019 14:51:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Thomas Holst <address@hidden> 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(@address@hidden);%.2f
> #+end_src

[...]

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

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]