From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QFyNDR6PG2BcLAAA0tVLHw (envelope-from ) for ; Thu, 04 Feb 2021 06:07:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8JE9CR6PG2AeFQAAB5/wlQ (envelope-from ) for ; Thu, 04 Feb 2021 06:07:26 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 64743940480 for ; Thu, 4 Feb 2021 06:07:22 +0000 (UTC) Received: from localhost ([::1]:49694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7XnT-0008I7-TI for larch@yhetil.org; Thu, 04 Feb 2021 01:07:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7Xn2-0008Hp-7c for emacs-orgmode@gnu.org; Thu, 04 Feb 2021 01:06:52 -0500 Received: from securemail-y13.synaq.com ([196.35.198.59]:33166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7Xmy-0006mj-PK for emacs-orgmode@gnu.org; Thu, 04 Feb 2021 01:06:51 -0500 Received: from [197.95.154.214] (helo=rc) by securemail-pl-omx7.synaq.com with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93.0.4-30-5edf9c7) (envelope-from ) id 1l7Xmr-000Y5a-JK for emacs-orgmode@gnu.org; Thu, 04 Feb 2021 08:06:41 +0200 From: Raoul Comninos To: emacs-orgmode@gnu.org Subject: org-contacts problem Date: Thu, 04 Feb 2021 08:06:27 +0200 Message-ID: <87y2g45puk.fsf@mweb.co.za> MIME-Version: 1.0 Content-Type: text/plain X-SYNAQ-Pinpoint-Information: Please contact SYNAQ for more information X-SYNAQ-Pinpoint-ID: 1l7Xmr-000Y5a-JK X-SYNAQ-Pinpoint: No virus infections found X-SYNAQ-Pinpoint-SpamCheck: not spam, SpamAssassin (not cached, score=0.202, required 7, autolearn=disabled, FSL_HELO_NON_FQDN_1 0.00, HELO_NO_DOMAIN 0.00, RDNS_NONE 0.10, SPF_SOFTFAIL 0.10) X-Pinpoint-From: revrari@mweb.co.za Received-SPF: pass client-ip=196.35.198.59; envelope-from=revrari@mweb.co.za; helo=securemail-y13.synaq.com X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_SBL_CSS=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.26 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=mweb.co.za (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 64743940480 X-Spam-Score: -2.26 X-Migadu-Scanner: scn0.migadu.com X-TUID: OafMdcPvVxr9 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? --