From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Icalendar export and contacts Date: Fri, 12 Feb 2016 09:29:06 +0100 Message-ID: <56BD97D2.9030002@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]:39863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU95W-0008Al-CV for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 03:28:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU95Q-0001jj-G9 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 03:28:26 -0500 Received: from mout.gmx.net ([212.227.17.21]:57358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU95Q-0001jd-6m for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 03:28:20 -0500 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, Nicolas Goaziou I noticed one more strange thing: the new exporter fails to resolve links to radio targets (which are slightly pointless but worked before). I'm not sure it needs fixing, just thought I'd let you know. I.e. <<>> <> [[works]] [[fails]] 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, >