bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56981: 29.0.50; No org-loaddefs.el file could be found from where or


From: Manuel Uberti
Subject: bug#56981: 29.0.50; No org-loaddefs.el file could be found from where org.el is loaded
Date: Fri, 5 Aug 2022 07:38:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

On 04/08/22 18:42, Lars Ingebrigtsen wrote:
Does the following patch fix the issue?

diff --git a/lisp/org/org.el b/lisp/org/org.el
index e62ee3203b..657f7dd80a 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -82,7 +82,7 @@ org-inlinetask-min-level
  (or (eq this-command 'eval-buffer)
      (condition-case nil
        (load (concat (file-name-directory load-file-name)
-                     "org-loaddefs.el")
+                     "org-loaddefs")
              nil t t t)
        (error
         (message "WARNING: No org-loaddefs.el file could be found from where org.el 
is loaded.")

I built again today (commit: 4b1ec3956117a0ed30f5df3bd19d71fb9ba51a48), and the message seems to be gone.

However, emacs-repository-version is nil now. I'm not sure whether this is related or not, though.

--
Manuel Uberti
https://manueluberti.eu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]