From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Belpaire Subject: Re: error "Capture abort: (void-function org-pop-to-buffer-same-window)" Date: Sat, 31 Dec 2011 20:33:22 +0100 Message-ID: <4EFF6382.9040109@orange.fr> References: <4EFD9B13.30604@orange.fr> <87mxa821nb.wl%ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh4gN-0003w6-HY for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 14:33:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rh4gM-00005F-B5 for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 14:33:31 -0500 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:47598 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rh4gM-000053-14 for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 14:33:30 -0500 In-Reply-To: <87mxa821nb.wl%ded-law@ddoherty.net> 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: "Daniel E. Doherty" Cc: emacs-orgmode@gnu.org Daniel, > 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. I confirm that this solution fixed my issue. Thanks, Eric