branch: externals/org commit c0e732266b2a6845394a2b757c4be0ddf2cac80f Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-file-contents: Improve comment * lisp/org.el (org-file-contents): Link to an example when `file-remote-p' may throw an error. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 2e74b30617..f3fae134d9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -4653,6 +4653,7 @@ is available. This option applies only if FILE is a URL." (is-remote (condition-case nil (file-remote-p file) ;; In case of error, be safe. + ;; See bug#68976. (t t))) (cache (and is-url (not nocache)