From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cMMeEtPUHGDfNAAA0tVLHw (envelope-from ) for ; Fri, 05 Feb 2021 05:17:07 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id IJChDdPUHGDkIAAAbx9fmQ (envelope-from ) for ; Fri, 05 Feb 2021 05:17:07 +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 826809402C2 for ; Fri, 5 Feb 2021 05:17:06 +0000 (UTC) Received: from localhost ([::1]:46568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7tUP-0007d4-4t for larch@yhetil.org; Fri, 05 Feb 2021 00:17:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7tTf-0007ZY-EZ for emacs-orgmode@gnu.org; Fri, 05 Feb 2021 00:16:19 -0500 Received: from securemail-y27.synaq.com ([196.35.198.32]:33715) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7tTc-0003UG-BL for emacs-orgmode@gnu.org; Fri, 05 Feb 2021 00:16:19 -0500 Received: from [197.95.154.214] (helo=rc) by securemail-pl-omx3.synaq.com with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93.0.4-30-5edf9c7) (envelope-from ) id 1l7tTU-00098N-JB; Fri, 05 Feb 2021 07:16:08 +0200 From: Raoul Comninos To: Ihor Radchenko Subject: Re: org-contacts problem In-Reply-To: <874kir3zem.fsf@localhost> (message from Ihor Radchenko on Fri, 05 Feb 2021 12:35:13 +0800) Date: Fri, 05 Feb 2021 07:15:57 +0200 Message-ID: <87lfc3m6wi.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: 1l7tTU-00098N-JB 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.32; envelope-from=revrari@mweb.co.za; helo=securemail-y27.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: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.75 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: 826809402C2 X-Spam-Score: -0.75 X-Migadu-Scanner: scn1.migadu.com X-TUID: NM1YHyOEizvB Ihor Radchenko writes: > Raoul Comninos writes: >> Can someone perhaps guide me? > > You need to tell Emacs to load org-contacts: > > (require 'org-contacts) > > Best, > Ihor It worked. You are a genius! Thank you. --