[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug] removing last column with a column formula
From: |
Bastien |
Subject: |
Re: [O] [bug] removing last column with a column formula |
Date: |
Wed, 24 Aug 2011 20:29:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Carsten,
Nicolas Goaziou <address@hidden> writes:
> Let's consider the following table:
>
> #+begin_src org
> | 1 | 2 | 3 |
> | 1 | 2 | 3 |
> #+TBLFM: @address@hidden@1
> #+end_src
>
> If I remove the second column (M-S-Left), the formula is correctly
> updated. But when I remove the last column, the formula gets partly
> deleted and becomes:
>
> #+TBLFM: @2$1..
>
> Also, if this times, the first column is removed, that line becomes:
>
> #+TBLFM: @address@hidden@1
>
> This is with latest Org and no user configuration.
Is this something that we can (easily) fix?
Thanks!
--
Bastien