From c0e732266b2a6845394a2b757c4be0ddf2cac80f Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 30 Mar 2024 13:01:17 +0300 Subject: [PATCH] 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 2e74b3061..f3fae134d 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)