[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: |
Michael Brand |
Subject: |
Re: [O] [bug] removing last column with a column formula |
Date: |
Tue, 9 Aug 2011 16:54:09 +0200 |
Hi Nicolas
Columns and rows are better referenced with "<" and ">" in many cases
to avoid such oddities:
#+begin_src org
| 1 | 2 | 3 |
| 1 | 2 | 3 |
#+TBLFM: @2$<address@hidden>address@hidden
#+end_src
http://orgmode.org/manual/References.html#References
Michael
On Tue, Aug 9, 2011 at 14:50, Nicolas Goaziou <address@hidden> wrote:
> Hello,
>
> 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.