From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Opening an Org file slowed down Date: Wed, 27 Nov 2013 20:44:53 +0100 Message-ID: References: <87r4a7tmo2.fsf@gmail.com> <877gbv8437.fsf@gmail.com> <87k3fv6i3e.fsf@gmail.com> <87fvqi7qmg.fsf@gmail.com> <87a9gpyaou.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vll2e-00038M-Jq for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 14:44:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vll2d-0001hk-DG for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 14:44:56 -0500 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:37381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vll2d-0001hg-6D for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 14:44:55 -0500 Received: by mail-la0-f41.google.com with SMTP id eo20so5471122lab.14 for ; Wed, 27 Nov 2013 11:44:54 -0800 (PST) In-Reply-To: <87a9gpyaou.fsf@Rainer.invalid> 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: Achim Gratz Cc: Org Mode Hi Achim Thank you for looking into this. On Wed, Nov 27, 2013 at 7:13 PM, Achim Gratz wrote: > Michael Brand writes: >> 2) choice: >> - for quadratic do: M-x org-mode >> - for linear do: M-x org-version > > You have a botched installation. Make sure that the autoloads > are current, I always do "make cleanall uncompiled". Is this correct? > that the Org install directory comes first in load-path I checked with C-h v load-path and my "/git/org-mode/lisp" is the very first. > and that you require org-loaddefs before anything else in your > startup sequence that possibly touches anything Org-related. Before I tried without the --eval, but I can reproduce quadratic with the following too: /[...]/Emacs -Q -L /git/org-mode/lisp --eval '(require (quote org-loaddefs))' Now I tried "make cleanall compile" the first time and then I can not reproduce anymore until I go back to "make cleanall uncompiled". Did you try to reproduce with my recipe and uncompiled? Michael