From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [rows?] (was: org table toggle narrowing and true column hiding) Date: Thu, 29 Jun 2017 08:00:14 +0000 Message-ID: <87mv8r1awh.fsf_-_@mat.ucm.es> References: <87o9thk827.fsf@mat.ucm.es> <87mv8z7v80.fsf@nicolasgoaziou.fr> <87podvowxl.fsf@mat.ucm.es> <87r2y94vq0.fsf@nicolasgoaziou.fr> <87fuephz8y.fsf@mat.ucm.es> <87efu93rua.fsf@nicolasgoaziou.fr> <87lgogdm9q.fsf@mat.ucm.es> <874lv1hzok.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQUNG-0001zh-IN for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 04:00:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQUND-0000h1-Hk for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 04:00:26 -0400 Received: from [195.159.176.226] (port=43690 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQUND-0000g3-BN for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 04:00:23 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dQUN5-0003uL-N7 for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 10:00:15 +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 > Hello, > Uwe Brauer writes: > I toyed a bit further with the idea, and re-designed the whole thing. I tested it quite a bit yesterday. There was only one problem concerning pabbrev mode which scans the buffer periodically and this scanning did widen the columns at some point. One can try this out by running (pabbrev-scavenge-buffer) in an org buffer with columns being narrowed: the columns will widen. But I am not sure whether this is a bug of your implementation. I am happy with turning pabbrev mode off in org buffers with large table where I need to narrow. BTW what's about hiding rows? For very long tables (~100 and more rows) hiding can be convenient. I do that by running hide-region (a third package found in elpa). But maybe that feature could be included in org mode as well? Thanks Uwe Brauer