From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: non-standard link errors Date: Fri, 26 Feb 2016 13:25:26 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZN5H-0006hp-S8 for emacs-orgmode@gnu.org; Fri, 26 Feb 2016 13:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZN5H-0003o2-48 for emacs-orgmode@gnu.org; Fri, 26 Feb 2016 13:25:47 -0500 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:33657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZN5G-0003nq-KY for emacs-orgmode@gnu.org; Fri, 26 Feb 2016 13:25:46 -0500 Received: by mail-qg0-x233.google.com with SMTP id d32so15816664qgd.0 for ; Fri, 26 Feb 2016 10:25:46 -0800 (PST) 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-org list Org throws an error when I export html with a link type that it does not know about. I would like it to simply add the link to the exported document without checking its validity. For example, I have a link that, when tapped on an iPhone, will open a particular app. I would like the html to look something like: Connect using FaceTime The link works on an iPhone. But Org won't generate the html. Other apps uses x-callback-url links formatted like this: x-appname://x-callback-url/import?&description=Open%20Mail.app..... These also do not work. Short of adding every type I might want to use with org-add-link-type, is it possible to disable the export error and just pass links through as written?