kjhealy / emacs-starter-kit

NO LONGER MAINTAINED! A drop-in starter-kit for Emacs 24, aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.
http://kieranhealy.org/resources/emacs-starter-kit.html
165 stars 69 forks source link

Two problems on macOS and possible fixes #24

Open apc opened 7 years ago

apc commented 7 years ago

I kept running into error messages when setting this up on my machine. The first was that certain packages were not available (ipython, typopunct...). Following the advice of [Constantin Manuel Bosancianu]() over at Stackoverflow, I specifically added marmalade to the list of package repositories. That seems to have gotten rid of that trick.

After that problem was solved, I got a different error message:

File error: Cannot open load file, no such file or directory, ob-shell

Following Gastove's answer to this other question over at StackExchange, I replaced (shell . t) on line 105 of starter-kit-org.org with (sh . t). That seems to have fixed the issue.