I run emacs on Windows and I start with this command:
C:\path-to\emacs.exe -q --load "C:/path-to-git-tracked-config-folder/.emacs" --debug-init
Emacs starts without error from --debug-init.
When I open a .org file the major mode is set correctly to org-mode.
But some essential settings are not applied untill I manually run M-x org-mode
(font settings, hide the stars and activate org-bullets
). Also the agenda is empty untill the manual run.
How can I track down the bug in my config responsible for this behaviour?