emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-table-duplicate-column


From: Michael Brand
Subject: Re: [O] org-table-duplicate-column
Date: Sun, 29 Sep 2013 22:51:55 +0200

Hi Karl

On Sun, Sep 29, 2013 at 9:56 PM, Karl Voit <address@hidden> wrote:
> | *Option* | *Evaluation 123* | *Evaluation 234* |
> |----------+------------------+------------------|
> | Option 1 |               27 |               26 |
> | Option 2 |               22 |               24 |
> | Option 3 |               16 |               16 |
> | Option 4 |               16 |             13.5 |
> | Option 5 |                8 |                9 |
> | Option 6 |                2 |                4 |
> |----------+------------------+------------------|
> |          |               91 |             92.5 |
> #+TBLFM: @8$2=vsum(@address@hidden)::@8$3=vsum(@address@hidden)

I would use

#+TBLFM: @>$<<..@>$> = vsum(@address@hidden)

or the shorter

#+TBLFM: @>$<<..@>$> = vsum(@address@hidden)

The $<< vs. $2 etc. leaves TBLFM alone when moving around e. g. column
$2.

Michael



reply via email to

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