From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: [bug] removing last column with a column formula
Date: Tue, 09 Aug 2011 14:50:44 +0200 [thread overview]
Message-ID: <87zkjilpej.fsf@gmail.com> (raw)
Hello,
Let's consider the following table:
#+begin_src org
| 1 | 2 | 3 |
| 1 | 2 | 3 |
#+TBLFM: @2$1..@2$3=@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: @2$INVALID..@2$2=@1
This is with latest Org and no user configuration.
Regards,
--
Nicolas Goaziou
next reply other threads:[~2011-08-09 13:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-09 12:50 Nicolas Goaziou [this message]
2011-08-09 14:54 ` [bug] removing last column with a column formula Michael Brand
2011-08-10 8:46 ` Nicolas Goaziou
2011-08-24 18:29 ` Bastien
2011-08-25 6:20 ` Carsten Dominik
2011-08-25 8:09 ` Bastien
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zkjilpej.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.