From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Very minor bug in undo applied to org table Date: Sat, 31 Aug 2013 15:07:55 +0200 Message-ID: <51DC5B08-28A8-436E-AB77-8B4AF76447DE@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFkuI-0007iX-MK for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 09:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFkuC-0003Ms-Q4 for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 09:08:02 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:62102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFkuC-0003Kv-IA for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 09:07:56 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so1419921ead.5 for ; Sat, 31 Aug 2013 06:07:55 -0700 (PDT) In-Reply-To: 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: Paul Stansell Cc: emacs-orgmode@gnu.org On 1.7.2013, at 19:24, Paul Stansell wrote: > Hello, >=20 > 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. >=20 > Create an org file with the following lines: >=20 > | 1 | > #+TBLFM: $1=3D2 >=20 > 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=3D2' is > inserted directly under the first. An second C-_ removes this second > TBLFM line. Hi Paul, this just means that two separate editing event get into the undo list. = I don't think I know how to fix it. - Carsten >=20 > Regards, >=20 > Paul >=20 > 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. >=20