From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Opening (for the first time) a 10-line Org doc takes 4 seconds Date: Wed, 19 Dec 2012 00:33:47 +0100 Message-ID: <87obhrrl44.fsf@bzg.ath.cx> References: <80licv564w.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6fg-000577-EN for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 18:34:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl6fd-0007vb-VH for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 18:34:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:59157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6fd-0007vU-Oa for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 18:33:57 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tl6fn-0003kc-8R for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 00:34:07 +0100 In-Reply-To: <80licv564w.fsf@somewhere.org> (Sebastien Vauban's message of "Tue, 18 Dec 2012 23:48:15 +0100") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > (if (locate-library "org-loaddefs") > (require 'org-loaddefs) ^^^^^^^^^^^^^ You don't need this, there is (load "org-loaddefs.el" t t) in org.el. Are your org elisp files compiled? What results do you have without the advice on `require'? -- Bastien