From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Magolske Subject: org-vcard -- possible to convert .vcf files to .org ? Date: Sat, 18 Feb 2017 22:49:49 -0800 Message-ID: <20170219064949.GA17694@s70206.gridserver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfLJ4-0004jK-4U for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 01:49:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfLJ1-0002Sn-2z for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 01:49:14 -0500 Received: from mail6.webfaction.com ([74.55.86.74]:34530 helo=smtp.webfaction.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfLJ0-0002Np-To for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 01:49:11 -0500 Received: from localhost (50-0-151-23.dsl.dynamic.fusionbroadband.com [50.0.151.23]) by smtp.webfaction.com (Postfix) with ESMTP id A90A92139118 for ; Sun, 19 Feb 2017 06:49:03 +0000 (UTC) Content-Disposition: inline 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: emacs-orgmode@gnu.org Can org-vcard convert .vcf files into .org files? I have a .vcf file, a list of contacts generated from an android phone, which I'd like to edit, through a process like: contacts.vcf -> contacts.org then after editing that contacts.org file do: contacts.org -> contacts2.vcf so that contacts2.vcf can be re-imported to the phone. I tried org-vcard-import along with: Source: file Destination: buffer=20 Filename? /tmp/Contacts.vcf which tells me: Imported contacts data to buffer =92*org-vcard-import*=92 but that buffer is empty. Same when I select as Destination "file", it produces an empty file. I see org-vcard is "... a package for exporting and importing vCards from within GNU Emacs' Org mode." So I'm thinking it should be possible to do something like this, but I can't seem to get it working. TIA for any clarification, John --=20 John Magolske http://b79.net/contact