From 2f540d092f5c3ab214e143a7ddc0c41f40b67842 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 2 Feb 2014 02:20:31 -0500 Subject: Autoload org-contacts-template-name --- lisp/init-orgcontacts.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp') diff --git a/lisp/init-orgcontacts.el b/lisp/init-orgcontacts.el index 300542b..4198b35 100644 --- a/lisp/init-orgcontacts.el +++ b/lisp/init-orgcontacts.el @@ -1,5 +1,9 @@ (add-to-list 'load-path "~/src/emacs/org-mode/contrib/lisp" t) +(autoload 'org-contacts-template-name "org-contacts" + "Try to return the contact name for a template. +If not found return RETURN-VALUE or something that would ask the user.") + (setq org-contacts-files '("~/notes/contacts.org")) (add-to-list 'org-capture-templates -- cgit v1.2.3