From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Understand the source of "Unable to resolve link" Date: Sun, 04 Feb 2018 17:31:21 +0100 Message-ID: <87fu6giuna.fsf@nicolasgoaziou.fr> References: <87k1vsiv7t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiNCQ-0007go-Py for emacs-orgmode@gnu.org; Sun, 04 Feb 2018 11:31:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiNCQ-0008SR-13 for emacs-orgmode@gnu.org; Sun, 04 Feb 2018 11:31:26 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:44976) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eiNCP-0008PB-Rt for emacs-orgmode@gnu.org; Sun, 04 Feb 2018 11:31:25 -0500 In-Reply-To: (Kaushal Modi's message of "Sun, 04 Feb 2018 16:23:53 +0000") 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: Kaushal Modi Cc: emacs-org list Kaushal Modi writes: > Thanks. I'll ask the user to update that variable (or can that be updated > in the default value?). Note that you cannot simply copy "http" or "https" types. As default type links, they are hard-coded in every export back-end. It means they do not have to set any :export property. As a user, if you want to export a "gopher" link type, you need to implement a function exporting it, and register it as the :export value.