From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Thu, 10 Jan 2013 17:45:47 -0500 Message-ID: <4826.1357857947@alphaville.americas.hpqcorp.net> 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> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRdr-0007MG-N4 for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtRdo-0002np-TJ for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:35 -0500 Received: from g1t0027.austin.hp.com ([15.216.28.34]:11785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRdo-0002ne-M8 for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:32 -0500 In-Reply-To: Message from Eric Schulte of "Thu\, 10 Jan 2013 15\:24\:49 MST." <8738y8n0b2.fsf@gmail.com> 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: Bastien , Org Mode Mailing List Eric Schulte wrote: > Eric Schulte writes: > > > Bastien writes: > > > >> Does your emacs fail if you simply point to the correct load path? > >> > >> I.e. a one-line init.el with this: > >> > >> (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") > >> > >> ? > > > > Excellent, that does indeed work, I should have tried it much earlier. > > > > 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. > Count me confused: what does it do? > 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") > This has no chance of working: it will satisfy all the requires from the org that's distributed with emacs. You must ``make autoloads'' and you must set the load-path. Nick