Correct. 

On Sat, May 2, 2020 at 5:35 PM Eli Zaretskii <eliz@gnu.org> wrote:
> From: Raoul Comninos <revcomninos@gmail.com>
> Date: Sat, 2 May 2020 16:48:40 +0200
> Cc: 40796@debbugs.gnu.org
>
> Here are the contents of my init.el

Thanks, but you said that the contents is not relevant, since even
with init.el which has only 2 lines:

> (require 'org)
> (org-babel-tangle-file "~/.emacs.d/settings.org"
>       "~/.emacs.d/settings.el")
> (load "~/.emacs.d/settings.el")

and is otherwise empty, you see the problem, even when settings.org is
empty (and therefore settings.el it produces will also be empty).
Right?