[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org-contacts problem
From: |
Raoul Comninos |
Subject: |
org-contacts problem |
Date: |
Thu, 04 Feb 2021 08:06:27 +0200 |
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?
--
- org-contacts problem,
Raoul Comninos <=