From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: Ways to make org feasible for huge files Date: Thu, 13 Oct 2011 11:44:58 +0900 Message-ID: <4E9650AA.2080400@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REBI8-0006O2-VC for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 22:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REBI7-0004TI-TB for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 22:45:04 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:53996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REBI7-0004T9-KF for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 22:45:03 -0400 Received: by ywe9 with SMTP id 9so792356ywe.0 for ; Wed, 12 Oct 2011 19:45:02 -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: Marcelo de Moraes Serpa Cc: Org Mode Hi, On 10/13/2011 09:54 AM, Marcelo de Moraes Serpa wrote: f 10 emacs crashes because of that. > > What could I do to make it faster? I'm willing to disable fancy rendering > features if needed, but I'm loosing way too much time with the rendering > issues and crashes. Just by chance, are you running linum-mode (line numbers in a small column at the left side of the buffer? I noticed this does not work well with org-mode. I had a file with a few thousand lines and folding took ages. Switching the linum-mode off and folding was again instantly. Maybe this helps Totti