From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [bug] Symbol's function definition is void: org-pop-to-buffer-same-window Date: Thu, 01 Dec 2011 10:05:18 -0500 Message-ID: <9942.1322751918@alphaville.dokosmarshall.org> References: <80borsbgkb.fsf@somewhere.org> <9738.1322751641@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW8CU-0001xe-L7 for emacs-orgmode@gnu.org; Thu, 01 Dec 2011 10:05:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW8CO-000170-N1 for emacs-orgmode@gnu.org; Thu, 01 Dec 2011 10:05:26 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:12280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW8CO-00016R-I5 for emacs-orgmode@gnu.org; Thu, 01 Dec 2011 10:05:20 -0500 In-Reply-To: Message from Nick Dokos of "Thu\, 01 Dec 2011 10\:00\:41 EST." <9738.1322751641@alphaville.dokosmarshall.org> 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 Cc: Kenny Meyer , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Sebastien Vauban Nick Dokos wrote: > Kenny Meyer wrote: >=20 > > I am getting the same message here upon calling various org-functions > > (e.g.: org-drill, org-submit-bug-report), since I have compiled > > org-mode from git, but I am not sure where exactly the error was > > introduced. > >=20 > > > Explicitly Loading `org-compat' does cure this problem... > > Requiring org-compat does not fix that here. > > Can you tell me where exactly you loaded org-compat? > >=20 > > Org-mode version 7.7 (release_7.7.617.gb1f2) > > GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.0) of 2= 011-09-29 > >=20 > > -- > > Kenny Meyer > >=20 >=20 > IIRC, the cure for macro problems like this is to >=20 Sorry - I thought it was a macro but it isn't. Nevertheless, the note below still stands. Nick > make clean > make >=20 > (alternatively, make clean and just use uncompiled code). There might be > something missing to cause it, but I don't think so in this case: I > tried a minimal .emacs with the same version as above (Org-mode version > 7.7 (release_7.7.617.gb1f2) and I can start, goto the active clock and > stop it with no errors. >=20 > Nick >=20 >=20 > >=20 > >=20 > > On Thu, Dec 1, 2011 at 9:51 AM, Sebastien Vauban > > wrote: > > > Hello, > > > > > > In conditions which I consider unchanged (I speak of my emacs config = file), > > > with the latest Org-mode version, I now have the message: > > > > > > =C2=A0 =C2=A0let*: Symbol's function definition is void: org-pop-to-b= uffer-same-window > > > > > > when doing, for example, `C-c C-x C-j' to jump on the currently clock= ed item. > > > > > > Explicitly Loading `org-compat' does cure this problem... But we must= miss a > > > `require' somewhere, but where? =C2=A0In `org.el' itself? > > > > > > Best regards, > > > =C2=A0Seb > > > > > > -- > > > Sebastien Vauban > > > > > > > >=20 >=20