From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode usage and concept mapping. Date: Wed, 13 Sep 2006 17:39:10 +0200 Message-ID: <63f3a035ef19cc6c9a169cd113174ca5@gmail.com> References: <7449a61b31b9cda26a9074e7ba81ad25@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNWpx-0002k5-4g for emacs-orgmode@gnu.org; Wed, 13 Sep 2006 11:39:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNWpu-0002db-EA for emacs-orgmode@gnu.org; Wed, 13 Sep 2006 11:39:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNWpu-0002dE-92 for emacs-orgmode@gnu.org; Wed, 13 Sep 2006 11:39:38 -0400 Received: from [64.233.182.191] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNWre-0005BS-El for emacs-orgmode@gnu.org; Wed, 13 Sep 2006 11:41:26 -0400 Received: by nf-out-0910.google.com with SMTP id q29so1939088nfc for ; Wed, 13 Sep 2006 08:39:36 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode On Sep 12, 2006, at 16:27, Eddward DeVilla wrote: > I have found some performance issues with use very large tables > (1000+ rows). Yes, with 1000 lines in a table, the re-aligning become slow. I would think I have optimized the tables as much as I can, in the way that the automatic re-align is called as little as possible, but maybe there is something that still can be done. To help youself with performance issues in large tables, here are a few tips you can try. - Realign only by hand, when you want. You can do this by setting the variable org-table-automatic-realign to nil. After that you need to press C-c C-c in a table to align it, but for simple editing of data fields and moving from one field to another, there should then be no noticable delay. - Split the table into several tables. Just inserting an empty line every 100 lines should do the trick. - Carsten