emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-b


From: Sean O'Halpin
Subject: Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window
Date: Thu, 15 Dec 2011 16:58:50 +0000

On Thu, Dec 15, 2011 at 1:26 AM, Jeff Horn <address@hidden> wrote:
> Recently did a fresh pull, which seems to have broken org-agenda-switch-to.
>
> To reproduce, open an agenda buffer, navigate to a line you want to
> inspect, press [RET]. On my machine, this calls autopair, then falls
> back to org-agenda-switch-to. Autopair doesn't seem to be causing the
> problem, since it persists even if I call =M-x org-agenda-switch-to=
> instead of pressing [RET].
>
> Org-mode version 7.8.02 (release_7.8.02.3.gfb8c)
> GNU Emacs 24.0.90.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
> of 2011-12-14 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev
>
> Can anyone reproduce?
>

I recently had a similar problem with =org-pop-to-buffer-same-window=
. It turned out that after switching to using =org-babel-load-file= to
load my init file, emacs was then using the org-mode installed in
site-lisp rather than my local git copy.

I fixed this by setting =load-path= to point to my local git copy of
org-mode before calling =org-babel-load-file=.

HTH.

Regards,
Sean



reply via email to

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