Skip to content

"When I turn on org-mode" does not work #12

@tkf

Description

@tkf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions