emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Tables: issue with vsum


From: Karl Voit
Subject: [O] Tables: issue with vsum
Date: Mon, 17 Jun 2013 11:39:15 +0200
User-agent: slrn/0.9.9 (Linux)

Hi!

I've got an issue with a (simple) table formula.

Org-mode version 8.0.2 (release_8.0.2-121-g86fab4)

    |   | A | B | P     |
    |---+---+---+-------|
    |   | 2 | 2 |       |
    |   | 1 | 2 |       |
    |   | 2 | 1 |       |
    |   | 1 | 2 |       |
    |   | 1 | 0 |       |
    |---+---+---+-------|
    |   |   |   |       |
    | ^ |   |   | Summe |
    #+TBLFM: @address@hidden; $Summe=vsum(@address@hidden)

... C-c C-c should IMHO result in:

    |   | A | B | P     |
    |---+---+---+-------|
    |   | 2 | 2 |     4 |
    |   | 1 | 2 |     2 |
    |   | 2 | 1 |     2 |
    |   | 1 | 2 |     2 |
    |   | 1 | 0 |     0 |
    |---+---+---+-------|
    |   |   |   |    10 |
    | ^ |   |   | Summe |
    #+TBLFM: @address@hidden; $Summe=vsum(@address@hidden)

... but it results at my side in:

    |   | A | B | P                    |
    |---+---+---+----------------------|
    |   | 2 | 2 | ()=vsum(@address@hidden) |
    |   | 1 | 2 | ()=vsum(@address@hidden) |
    |   | 2 | 1 | ()=vsum(@address@hidden) |
    |   | 1 | 2 | ()=vsum(@address@hidden) |
    |   | 1 | 0 | ()=vsum(@address@hidden) |
    |---+---+---+----------------------|
    |   |   |   |                      |
    | ^ |   |   | Summe                |
    #+TBLFM: @address@hidden; $Summe=vsum(@address@hidden)

What is the reason between my expectations and the result?

Thank you!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




reply via email to

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