Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-08 Thread suvayu ali
Hi David, On Wed, Feb 8, 2012 at 20:14, David Maus wrote: > > I pushed a fix to master that relocates org-in-clocktable-p from > org-clock.el to org.el -- the problem should be fixed now. This > shouldn't break things because org-clock requires org. > I can confirm the issue is fixed now. > Bes

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-08 Thread David Maus
Hi, At Tue, 7 Feb 2012 14:26:41 +0100, suvayu ali wrote: > > Hi Nick, > > On Tue, Feb 7, 2012 at 03:31, Nick Dokos wrote: > > suvayu ali wrote: > > > >> On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote: > >> > > >> > Confirmed. If I add > >> > > >> > (require 'org-clock) > >> > > >> > to my minim

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-07 Thread suvayu ali
Hi Nick, On Tue, Feb 7, 2012 at 03:31, Nick Dokos wrote: > suvayu ali wrote: > >> On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote: >> > >> > Confirmed. If I add >> > >> > (require 'org-clock) >> > >> > to my minimal .emacs, it goes away. So it seems to be a missing dependenc= >> y. >> > >> >> It

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-06 Thread Gustav Wikström
On Sat, Feb 4, 2012 at 6:46 PM, Nick Dokos wrote: > suvayu ali wrote: > > > Hi, > > > > In a minimal Emacs session when I open _any_ org file and try to access > > the GUI menu with a mouse, I get the following back trace: > > > > Debugger entered--Lisp error: (void-function org-in-clocktable-p)

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-06 Thread Nick Dokos
suvayu ali wrote: > On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote: > > > > Confirmed. If I add > > > > (require 'org-clock) > > > > to my minimal .emacs, it goes away. So it seems to be a missing dependenc= > y. > > > > It seems an odd dependency to have. True - org-in-clocktable-p does not h

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-06 Thread suvayu ali
On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote: > suvayu ali wrote: > >> Hi, >> >> In a minimal Emacs session when I open _any_ org file and try to access >> the GUI menu with a mouse, I get the following back trace: >> >> Debugger entered--Lisp error: (void-function org-in-clocktable-p) >>   org

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-04 Thread Nick Dokos
suvayu ali wrote: > Hi, > > In a minimal Emacs session when I open _any_ org file and try to access > the GUI menu with a mouse, I get the following back trace: > > Debugger entered--Lisp error: (void-function org-in-clocktable-p) > org-in-clocktable-p() > org-context() > (assq :todo-keyw

[O] [BUG] cannot open menu when in an org buffer

2012-02-03 Thread suvayu ali
Hi, In a minimal Emacs session when I open _any_ org file and try to access the GUI menu with a mouse, I get the following back trace: Debugger entered--Lisp error: (void-function org-in-clocktable-p) org-in-clocktable-p() org-context() (assq :todo-keyword (org-context)) Switching to a non