[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [BUG] cannot open menu when in an org buffer
From: |
Nick Dokos |
Subject: |
Re: [O] [BUG] cannot open menu when in an org buffer |
Date: |
Sat, 04 Feb 2012 12:46:08 -0500 |
suvayu ali <address@hidden> 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-keyword (org-context))
>
> Switching to a non-org buffer (e.g. scratch) the problem disappears. Can
> someone take a look?
>
Confirmed. If I add
(require 'org-clock)
to my minimal .emacs, it goes away. So it seems to be a missing dependency.
Nick
Re: [O] [BUG] cannot open menu when in an org buffer, Gustav Wikström, 2012/02/07