I had these in my config:
(require 'org)
(require 'evil-org)
(require 'ol)
But they will load the builtin org version and cause a version mismatch as doom has a higher org version specified using straight.
How do I load the correct version in my config?