From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Org file rendering/manipulation too slow Date: Mon, 06 Sep 2010 20:24:09 +0200 Message-ID: <87wrqy20ja.fsf@Rainer.invalid> References: <871vak112n.fsf@altern.org> <87iq3o86s4.fsf@gnu.org> <19549.21434.7688.225279@gazelle-32.local> <87zkwamkn9.fsf@norang.ca> <19578.37551.295920.461789@gazelle-32.local> <25942.1283221918@gamaville.dokosmarshall.org> <7013.1283738842@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsgMh-0001sm-11 for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 14:24:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsgMg-0003ew-4Q for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 14:24:22 -0400 Received: from lo.gmane.org ([80.91.229.12]:55253) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsgMf-0003ek-VM for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 14:24:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OsgMd-00036q-CF for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 20:24:19 +0200 Received: from p57aaaa51.dip.t-dialin.net ([87.170.170.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 20:24:19 +0200 Received: from Stromeko by p57aaaa51.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 20:24:19 +0200 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@gnu.org Marcelo de Moraes Serpa writes: > From the moment I press on the minibuffer to the moment the > whole file is rendered, it takes about 3 seconds. So, it does take > longer than I would expect. Wild-ass guess: EMACS asks for all the fonts to be rendered that you are using in this file... if so, opening the file a second time in the same session should be a lot faster unless something is badly misconfigured. Achim.