[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] elisp: link type isn't working
From: |
Nick Dokos |
Subject: |
Re: [O] elisp: link type isn't working |
Date: |
Wed, 25 Jan 2012 00:33:46 -0500 |
Nick Dokos <address@hidden> wrote:
> Alan E. Davis <address@hidden> wrote:
>
> > [[elisp:(open-encrypted-file "~/WB/org/junk.org.bfe")][PassWord]]
> >
> > Anymore, as of today, when I try to run this link, the following is
> > received:
> >
> > " Symbol's function definition is void: org-in-clocktable-p"
> >
> M-x toggle-debug-on-error
>
> and post the backtrace.
>
Never mind: you can probably work around the problem by adding
(require 'org-clock)
after org initialization in your .emacs (or wherever). If that
works, then we can worry about why it is needed.
Nick