I have set up an org-capture template with the exact example provided in org-contacts.el and I get this error:
* %![Error: (void-function org-contacts-template-name)] :PROPERTIES: :EMAIL: %![Error: (void-function org-contacts-template-email)] :PHONE: :ALIAS: :NICKNAME: :IGNORE: :ICON: :NOTE: :ADDRESS: :BIRTHDAY: :END: My code is: ("$" "Contacts" entry (file "~/diary/contacts.org") "* %(org-contacts-template-name) :PROPERTIES: :EMAIL: %(org-contacts-template-email) :PHONE: :ALIAS: :NICKNAME: :IGNORE: :ICON: :NOTE: :ADDRESS: :BIRTHDAY: :END:") Can someone perhaps guide me? --