Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running emacs from a script with #!/usr/bin/emacs --script fails with errors #5956

Closed
tommoyer opened this issue May 1, 2016 · 1 comment

Comments

@tommoyer
Copy link

tommoyer commented May 1, 2016

I have several places where I use emacs in script mode to run things (mostly using org-mode to publish HTML content) and after switching to Spacemacs, I can no longer run emacs in this fashion.

The first error I see is:
Symbol's function definition is void: page-break-lines-mode
After finding a fix for that in other issues, I see the following:
Symbol's function definition is void: page-break-lines-mode

It may have something to do with the way I am loading init files in the script, but this seems like it should just work. I load the init file with

(load "~/.emacs.d/init.el")

Is there a better way to handle that?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
@lebensterben lebensterben removed the stale marked as a stale issue/pr (usually by a bot) label Feb 4, 2022
@lebensterben lebensterben moved this from Unanswered to To close in Forum Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Forum
  
To close
Development

No branches or pull requests

3 participants