From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel E. Doherty Subject: Re: error "Capture abort: (void-function org-pop-to-buffer-same-window)" Date: Sat, 31 Dec 2011 09:35:24 -0600 Message-ID: <87obuo21qb.wl%ded-law@ddoherty.net> References: <4EFD9B13.30604@orange.fr> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh0y3-0001QB-QQ for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 10:35:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rh0y2-00059l-H2 for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 10:35:31 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:57659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh0y2-00059X-Dx for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 10:35:30 -0500 Received: by iacb35 with SMTP id b35so29396882iac.0 for ; Sat, 31 Dec 2011 07:35:29 -0800 (PST) In-Reply-To: <4EFD9B13.30604@orange.fr> 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 Belpaire Cc: emacs-orgmode@gnu.org 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 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 > > >