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: Sat, 05 Jan 2013 12:39:47 +0100 Message-ID: <87mwwnc0zg.fsf@bzg.ath.cx> References: <80licv564w.fsf@somewhere.org> <87obhrrl44.fsf@bzg.ath.cx> <878v8ujcyn.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrS6Q-0002K8-Ff for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:39:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrS6P-0003jZ-0F for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:39:50 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:45200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrS6O-0003j2-PJ for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:39:48 -0500 Received: by mail-we0-f169.google.com with SMTP id t49so8535220wey.0 for ; Sat, 05 Jan 2013 03:39:48 -0800 (PST) In-Reply-To: <878v8ujcyn.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 19 Dec 2012 16:09:20 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: >> You don't need this, there is (load "org-loaddefs.el" t t) in org.el. > > Well, yes he does when he is using Org from Git. I use Org from Git and I don't have (load "org-loaddefs.el" t t) in my .emacs.el. I simply have: (add-to-list 'load-path "~/install/git/org-mode/lisp/") before any Org configuration and *all* autoloads are correct. My understanding is that users who don't use "make install" will have to do the same and add the correct load-path, which will in turn produce the correct autoloads. Am I right? -- Bastien