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
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
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
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)
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
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
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
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