From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Fri, 11 Jan 2013 00:27:35 +0100 Message-ID: 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> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRXB-0003Kh-KI for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:27:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtRX6-0001Hu-Ai for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:27:41 -0500 Received: from mail-ee0-f50.google.com ([74.125.83.50]:42691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRX6-0001HZ-3u for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:27:36 -0500 Received: by mail-ee0-f50.google.com with SMTP id b45so582610eek.37 for ; Thu, 10 Jan 2013 15:27:35 -0800 (PST) In-Reply-To: <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 , Nick Dokos , Org Mode Mailing List > Retracted. This only works because, >=20 > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp/") > (require 'org) >=20 > Does not in fact load up the newest version of Org-mode. >=20 > 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. >=20 > (load-file "path/to/org-mode/lisp/org.el") >=20 I did exactly this and I get the following: let: Symbol's function definition is void: org-load-noerror-mustsuffix Latest code from git, did run make.=20 Emacs is the latest pretest: GNU Emacs 24.2.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of = 2013-01-10 on bob.porkrind.org Indeed, when doing (require 'org) I don't get this problem. So even = though the latest code is in the load-path, somehow it's not loaded. Stelian=