From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Fri, 11 Jan 2013 08:04:12 +0100 Message-ID: <87wqvk9p5f.fsf@bzg.ath.cx> References: <87a9sh3tsp.fsf@gmail.com> <877gnlknlx.fsf@bzg.ath.cx> <87sj69ro12.fsf@gmail.com> <87pq1dj76n.fsf@bzg.ath.cx> <87hamprlob.fsf@gmail.com> <11306.1357839845@alphaville> <874niosy6w.fsf@gmail.com> <87txqodgix.fsf@bzg.ath.cx> <87txqovnv3.fsf@gmail.com> <874niodcry.fsf@bzg.ath.cx> <87vcb4spxe.fsf@gmail.com> <8738y8n0b2.fsf@gmail.com> <87lic0bpwj.fsf@bzg.ath.cx> <87hamo7gdk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtYf9-0007lW-Kk for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 02:04:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtYf2-0003lM-Kf for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 02:04:23 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:47181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtYf2-0003lD-E6 for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 02:04:16 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so645412wgb.23 for ; Thu, 10 Jan 2013 23:04:15 -0800 (PST) In-Reply-To: <87hamo7gdk.fsf@gmail.com> (Eric Schulte's message of "Thu, 10 Jan 2013 16:44:23 -0700") 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: Eric Schulte Cc: Nick Dokos , Org Mode Mailing List Hi Eric, Eric Schulte writes: > Alright, after adding the autoload declaration to the above function, > and running "make autoloads" in the checked out Org-mode directory, I am > able to load org.el successfully. I just committed this change. Are you sure adding ;;;###autoload was needed for this to work, or was it just because you used `make autoloads'? > I guess we inherited the need to run "make autoloads" when we got rid of > org-install.el? Not really. It was always needed to create autoloads (either in org-install.el or now in org-loaddefs.el) when using Org from Git. See `make autoloads' for Org 7.7 already creates org-install.el: http://orgmode.org/cgit.cgi/org-mode.git/plain/Makefile?id=release_7.7 > Perhaps the Org-mode build [1] page (the target of the "installing Org > mode" link at the top of the home page) shouldn't start with the > sentence "Org can be run directly from sources". Yes, I will update both the manual and the Worg page. Thanks! -- Bastien