From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Belpaire Subject: error "Capture abort: (void-function org-pop-to-buffer-same-window)" Date: Fri, 30 Dec 2011 12:05:55 +0100 Message-ID: <4EFD9B13.30604@orange.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgaHg-0001TB-7P for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 06:06:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgaHe-0005tb-Ux for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 06:06:00 -0500 Received: from smtp11.smtpout.orange.fr ([80.12.242.133]:50568 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgaHe-0005tL-Oc for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 06:05:58 -0500 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: emacs-orgmode@gnu.org 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