From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Thu, 10 Jan 2013 16:44:23 -0700 Message-ID: <87hamo7gdk.fsf@gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRne-00047u-75 for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:44:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtRna-0005c8-Ks for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:44:42 -0500 Received: from mail-ia0-f171.google.com ([209.85.210.171]:60153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRna-0005c0-FB for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:44:38 -0500 Received: by mail-ia0-f171.google.com with SMTP id q36so1060708iaq.30 for ; Thu, 10 Jan 2013 15:44:37 -0800 (PST) In-Reply-To: <87lic0bpwj.fsf@bzg.ath.cx> (Bastien's message of "Fri, 11 Jan 2013 00:05:00 +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: Bastien Cc: Nick Dokos , Org Mode Mailing List Bastien writes: > Hi Eric, > > Eric Schulte writes: > >> Retracted. This only works because, >> >> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") >> (require 'org) >> >> Does not in fact load up the newest version of Org-mode. > > How did you check? > > You don't have the error about the missing function anymore, right? > >> I'm surprised I'm the only person experiencing this problem. Can anyone >> else reproduce this locally? To re-iterate, with no Org-mode installed >> through ELPA, and with a clean (either with or without running make) >> checkout of the master branch start up an "Emacs -Q", and then evaluate >> the following in your scratch buffer. >> >> (load-file "path/to/org-mode/lisp/org.el") > > When you use Org from git, you need to run make autoloads at least. > Otherwise, yes, autoloads will not be correct. 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. I guess we inherited the need to run "make autoloads" when we got rid of org-install.el? 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". Thanks, Footnotes: [1] http://orgmode.org/worg/dev/org-build-system.html -- Eric Schulte http://cs.unm.edu/~eschulte