From: Karl Voit <devnull@Karl-Voit.at>
To: emacs-orgmode@gnu.org
Subject: Tables: issue with vsum
Date: Mon, 17 Jun 2013 11:39:15 +0200 [thread overview]
Message-ID: <2013-06-17T11-33-31@devnull.Karl-Voit.at> (raw)
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: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4)
... 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: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4)
... but it results at my side in:
| | A | B | P |
|---+---+---+----------------------|
| | 2 | 2 | ()=vsum(@I$4..@II$4) |
| | 1 | 2 | ()=vsum(@I$4..@II$4) |
| | 2 | 1 | ()=vsum(@I$4..@II$4) |
| | 1 | 2 | ()=vsum(@I$4..@II$4) |
| | 1 | 0 | ()=vsum(@I$4..@II$4) |
|---+---+---+----------------------|
| | | | |
| ^ | | | Summe |
#+TBLFM: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4)
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
next reply other threads:[~2013-06-17 9:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 9:39 Karl Voit [this message]
2013-06-17 9:50 ` Tables: issue with vsum (fixed) Karl Voit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2013-06-17T11-33-31@devnull.Karl-Voit.at \
--to=devnull@karl-voit.at \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@Karl-Voit.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).