I tried this scenario.
Scenario: Turning on org-mode
When I turn on org-mode
I got "Cannot open load file: overlay".
This also fails with the same error
And I load the following:
"""
(require 'org)
"""
However, running the following command does not raise error.
carton exec emacs -Q --batch --eval "(require 'org)"
Moreover, adding this to env.el does not change anything. I still got "Cannot open load file: overlay" error.
(require 'org)
;; (require 'overlay) ; commenting out this does not change anything
I tried this scenario.
I got "Cannot open load file: overlay".
This also fails with the same error
However, running the following command does not raise error.
Moreover, adding this to
env.eldoes not change anything. I still got "Cannot open load file: overlay" error.