emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-wind


From: Daniel E . Doherty
Subject: Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-window)"
Date: Sat, 31 Dec 2011 09:37:12 -0600
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.92 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Eric,

I've seen this too.  The problem is that the site-file version of org is
loaded by starter-kit, then you load a local version in your init file.
It looks like the local version is at the front of your load-path, but
that's only after your init file runs.

One soultion proposed elsewhere on this list is to do
(package-initialize) in the primary init.el before starter-kit gets
going.  That way, it picks up the elpa version of org from the git-go.

At Fri, 30 Dec 2011 12:05:55 +0100,
Eric Belpaire <address@hidden> wrote:
> 
> Hello
> 
> I'm trying to fix Lisp error: (error "Capture abort: (void-function
> org-pop-to-buffer-same-window)").
> 
> I'm using GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600) of 2011-11-08 on
> MARVIN
> started with the Emacs starter kit and using org-20111229.
> 
> I've done the following analysis:
> - function org-pop-to-buffer-same-window found in org-20111229/org-compat.el
> - autoload "org-compat.el" in
> ~/.emacs.d/elpa/org-20111229/org-autoloads.el doesn't work
> - (require 'org-autoloads) --> doesn't work
> - verify load-path --> found "~/.emacs.d/elpa/org-20111229" before
> "c:/Usr/emacs/lisp/org"
> 
> What am I missing?
> Can someone help me?
> 
> Thanks,
> Eric
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]