From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Unable to resolve info links during publishing Date: Tue, 22 Dec 2015 12:35:29 +0100 (CET) Message-ID: <20151222.123529.2026390326868297759.roklein@roklein.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBLEK-0004OK-FZ for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 06:35:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBLEH-0001Hn-AU for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 06:35:48 -0500 Received: from mout.kundenserver.de ([217.72.192.75]:56236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBLEH-0001Hi-0w for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 06:35:45 -0500 Received: from localhost ([125.36.77.187]) by mrelayeu.kundenserver.de (mreue101) with ESMTPSA (Nemesis) id 0LvBCM-1aKrfg17v0-010JBi for ; Tue, 22 Dec 2015 12:35:43 +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@gnu.org Hi, when publishing a org document (to HTML), info links, e.g. "info:org#Formula syntax for Lisp" throw errors, e.g.: Unable to resolve link "info:org#Formula syntax for Lisp" The link exists and can be followed in the org document by pressing the keys C-c C-o. Org version is 8.3.2 maint. I did a little bisection and ended up with this commit: dc08e98885015c27196843aeb62bde287da84873 is the first bad commit commit dc08e98885015c27196843aeb62bde287da84873 Author: Jacob Gerlach Date: Wed Mar 11 22:39:11 2015 -0400 ox.el: Issue error for unresolved fuzzy link * lisp/ox.el (org-export-resolve-fuzzy-link): Throw an error instead of returning nil when link can't be resolved. * testing/lisp/test-ox.el (test-org-export/resolve-fuzzy-link): Change last test from should-not to should-error In addition to throwing an error, don't store the failed match in the link cache. TINYCHANGE :040000 040000 3151cb8e3a5da171e93278c7fa5fd7aa82012e81 7ff2fffd50ed0587acf5ddb498493a7a16f6b549 M lisp :040000 040000 e362c6fb9e260a6d9b0212daac3c89cf12393642 b08d87de16cabd3416d8eefae2033e3081159218 M testing In fact I agree with the commit, but I don't understand why org can't resolve the link... Any help is very much appreciated. Thanks and best regards Robert