diff options
-rw-r--r-- | lisp/init-orgcontacts.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |