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:55:11 -0500 Message-ID: <4908.1357858511@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> <87wqvker6m.fsf@Rainer.invalid> <87y5g0llhf.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]:35920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRdp-0007Lw-Vc for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtRdn-0002nZ-Qe for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:33 -0500 Received: from g1t0029.austin.hp.com ([15.216.28.36]:28312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtRdn-0002nV-JI for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 18:34:31 -0500 In-Reply-To: Message from Eric Schulte of "Thu\, 10 Jan 2013 15\:30\:20 MST." <87y5g0llhf.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: Achim Gratz , emacs-orgmode@gnu.org Eric Schulte wrote: > alright, starting with emacs -Q, evaluate the following in your scratch > buffer. > > (load-file "~/.emacs.d/src/org-mode/lisp/org.el") > > it may complain (void-function org-define-obsolete-function-alias), in > which case evaluate the following in your scratch buffer > > (load-file "~/.emacs.d/src/org-mode/lisp/org-compat.el") > (load-file "~/.emacs.d/src/org-mode/lisp/org.el") > > The above works prior to the offending commit, but now it throws an > error. > I doubt that it works in either case: it may not throw an error but you still have a mixed install where most of the org stuff will come from the org that's distributed with emacs. > Can you reproduce this? > I don't know what error you get: I get a recursive load insert-file-contents: Recursive load: "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\ "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\ "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\ "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\ "/usr/local/share/emacs/24.3.50/lisp/jka-compr.el.gz",\ "/usr/local/share/emacs/24.3.50/lisp/emacs-lisp/debug.el.gz",\ "/home/nick/src/emacs/org/org-mode/lisp/org.el" No idea why. But as I said before, you can not expect this to work. Nick