From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Shrinking columns after formula recalculation Date: Mon, 15 Apr 2019 08:47:49 -0400 Message-ID: <87tveza0zu.fsf@alphaville.usersys.redhat.com> References: <87bm1dbsjz.fsf@alphaville.usersys.redhat.com> <87ftqmny6c.fsf@nicolasgoaziou.fr> <87y34c9e3n.fsf@alphaville.usersys.redhat.com> <875zrfsh0d.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hG11q-0007nW-EL for emacs-orgmode@gnu.org; Mon, 15 Apr 2019 08:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hG11n-0003Fr-6S for emacs-orgmode@gnu.org; Mon, 15 Apr 2019 08:48:05 -0400 Received: from [195.159.176.226] (port=36922 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hG11l-0003BL-O4 for emacs-orgmode@gnu.org; Mon, 15 Apr 2019 08:48:02 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hG11f-000efc-ML for emacs-orgmode@gnu.org; Mon, 15 Apr 2019 14:47:55 +0200 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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> But since no good deed shall go unpunished, here's another related >> problem I ran into: with shrunk columns, I add a few more rows to the >> table with S-RET on the first column, recalculate to populate the >> added rows and then do an undo. That undoes the results of the >> recalculation but it also unshrinks the column. > > Yes, undo unshrinks. This is a good thing as one might not notice undone > changes within a shrunk column. > > Also, AFAIK, there is no elegant way (i.e., not writing `org-undo') to > circumvent the issue, if it is considered as such. > OK - thanks! -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler