From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Icalendar export and contacts Date: Thu, 11 Feb 2016 22:28:41 +0100 Message-ID: <56BCFD09.2030408@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTymP-0000RL-TJ for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 16:28:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTymM-00059l-Nk for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 16:28:01 -0500 Received: from mout.gmx.net ([212.227.17.21]:59195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTymM-00059h-Ed for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 16:27:58 -0500 Received: from [192.168.0.22] ([109.91.36.203]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M6P5z-1a6NNY11K7-00yR7k for ; Thu, 11 Feb 2016 22:27:55 +0100 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 Hi all, I'm using the icalendar exporter and the vcard export in org-contacts. I use the [[tel:xxx]] links as they help keep things clean. 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) or avoid the exporter messing with it? I did not find such a possibility in the manual. In my use case, synchronization,, I don't care too much about the links being "resolved", I care about my export not failing badly. Thanks in advance, Simon