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 <jacobgerl...@gmail.com> 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