From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Web site bug Date: Sat, 27 Oct 2012 10:28:13 +0200 Message-ID: <878vasqpya.fsf@bzg.ath.cx> References: <5088513F.7000202@gmx.de> <87k3ufwkyr.fsf@bzg.ath.cx> <508AEB33.8050205@gmx.de> <87fw50cpip.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS1kJ-0005B3-4e for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 04:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS1kI-0007A8-77 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 04:27:55 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:35928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS1kI-000797-14 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 04:27:54 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so2028819wey.0 for ; Sat, 27 Oct 2012 01:27:53 -0700 (PDT) In-Reply-To: <87fw50cpip.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 27 Oct 2012 10:01:18 +0200") 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 Achim Gratz writes: > As a result, you must now load org (which in turn loads org-loaddefs). I don't think so. With a fresh git clone in e.g. ~/org-mode/ and "make autoloads", or with the tar/zip archive unpacked in this directory, I get the correct autoloads without (require 'org). Here is how to reproduce: 1. emacs -Q 2. M-: (add-to-list 'load-path "~/org-mode/lisp/") RET 3. C-h f org-agenda RET This will refer to the definition of org-agenda from the ~/org-mode/lisp/org-agenda.el. This is with a fresh Emacs (24.2.50.1) but should be the same with older version. -- Bastien