[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Help! problem with org-capture-templates
From: |
Nick Dokos |
Subject: |
Re: [O] Help! problem with org-capture-templates |
Date: |
Tue, 25 Sep 2012 22:13:11 -0400 |
Bill Day <address@hidden> wrote:
> release_7.9.1-348-gea7baa emacs 24.2.1
> ...
> Error:
>
> Debugger entered--Lisp error: (void-function org-at-encrypted-entry-p)
> org-at-encrypted-entry-p()
> org-capture-set-target-location()
> org-capture(nil)
> call-interactively(org-capture nil nil)
>
Probably a missing autoload - as a temporary workaround, add
(require 'org-crypt)
to your .emacs, after the point where you load org.
Nick