From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Icalendar export and contacts Date: Fri, 12 Feb 2016 08:42:41 +0100 Message-ID: <56BD8CF1.7060905@gmx.de> References: <56BCFD09.2030408@gmx.de> <874mde6ecr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU8MZ-0006bO-Bo for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 02:42:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU8MV-0006vO-AM for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 02:41:59 -0500 Received: from mout.gmx.net ([212.227.17.21]:53636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU8MV-0006vI-0j for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 02:41:55 -0500 Received: from [192.168.0.22] ([109.91.36.203]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M5IdH-1a534X0EqF-00zXRF for ; Fri, 12 Feb 2016 08:41:54 +0100 In-Reply-To: <874mde6ecr.fsf@nicolasgoaziou.fr> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, do you refer to master, maint or something else? I'm on 8.3 but am considering an upgrade. Also I think org-contacts should declare the link type if it has support for it (in the vcard export). I'd be happy to do that if it can be done as a TINYCHANGE. Cheers, Simon On 02/12/2016 12:01 AM, Nicolas Goaziou wrote: > Hello, > > Simon Thum writes: > >> Unfortunately I now get >> >> user-error: Unable to resolve link "tel:xxx" >> >> and the icalendar export full stops. Is there a way to declare the >> link type (I am loading org-contact) > > See `org-add-link-type' in particular with the export argument. > >> or avoid the exporter messing with it? > > This is only possible in development version. > > Regards, >