GNU bug report logs - #56981
29.0.50; No org-loaddefs.el file could be found from where org.el is loaded

Previous Next

Package: emacs;

Reported by: Manuel Uberti <manuel.uberti <at> inventati.org>

Date: Thu, 4 Aug 2022 16:18:01 UTC

Severity: normal

Tags: moreinfo

Merged with 56982

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #27 received at 56981 <at> debbugs.gnu.org (full text, mbox):

From: Manuel Uberti <manuel.uberti <at> inventati.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, 56981 <at> debbugs.gnu.org
Subject: Re: 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
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




This bug report was last modified 2 years and 350 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.