Bill Day <williamson....@gmail.com> 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