From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Stansell Subject: Very minor bug in undo applied to org table Date: Mon, 1 Jul 2013 18:24:08 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uthpm-0007qw-2r for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 13:24:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uthph-0004KU-RG for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 13:24:13 -0400 Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:37493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uthph-0004Jj-Jk for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 13:24:09 -0400 Received: by mail-ie0-f181.google.com with SMTP id x12so9678485ief.40 for ; Mon, 01 Jul 2013 10:24:08 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, This seems like a very minor bug, but I thought I'd report it anyway in case it has wider ramifications that I'm unaware of. Create an org file with the following lines: | 1 | #+TBLFM: $1=2 Open it and type C-c C-c on the TBLFM line. This replaces the '1' in the table with a '2'. Now type C-_ (for undo). Not only does the '2' revert to a '1', but a second line reading '#+TBLFM: $1=2' is inserted directly under the first. An second C-_ removes this second TBLFM line. Regards, Paul PS. I'm using Emacs 24.2.1 and Org-mode release_8.0.3-331-gf7e6f1 and I tested with the minimal org-mode set-up from http://orgmode.org/manual/Feedback.html.