From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: exported contacts problem Date: Fri, 2 Aug 2019 18:00:24 +0200 Message-ID: <20190802160024.GQ17561@protected.rcdrun.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59373) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1htZzJ-000211-SL for emacs-orgmode@gnu.org; Fri, 02 Aug 2019 12:01:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1htZzH-0007D1-6h for emacs-orgmode@gnu.org; Fri, 02 Aug 2019 12:01:01 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:38413) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1htZzG-0006kq-TE for emacs-orgmode@gnu.org; Fri, 02 Aug 2019 12:00:59 -0400 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jude DaShiell Cc: emacs-orgmode@gnu.org * Jude DaShiell [2019-08-02 17:48]: > I have one email message with several .vcf file attachments. Has orgmode > got any tool or tools I can use to import contacts from such a message > into an orgmode table? There is package `org-vcard' that you may use. Other vcard related packages: - bbdb-vcard to import into bbdb - vdirel I wish those package authors would have better and more generic functions so that vcards can be imported first to Lisp structures, like alists, etc. so that vcard functions can be reused. By looking onto `org-card' it does not seem to be so, sadly. Jean