Re: [O] Beginner installing org-mode 9.1.2 from git fails on homebrew emacs-mac

2017-11-18 Thread Umbromancer
Thanks for putting me on the right track. I would not find that out by my self (+1 for the /etc/paths file too!). That was in fact the problem, somewhere /usr/local/bin/emacs is being called which has an outdate cl-lib. I installed both emacs-mac and emacs-plus via homebrew and was able to success

Re: [O] Beginner installing org-mode 9.1.2 from git fails on homebrew emacs-mac

2017-11-16 Thread Tim Cross
That error you see re: missing cl-lib is an error I have seen because the system is getting confused over emacs versions. Essentially, somewhere in the scripts, a call is being made to 'emacs' and it is finding the old /usr/bin/emacs rather than the one you have installed with homebrew. I have fo

Re: [O] Beginner installing org-mode 9.1.2 from git fails on homebrew emacs-mac

2017-11-16 Thread Umbromancer
Solved. I was successful following the same steps using homebrew emacs-plus (https://github.com/d12frosted/homebrew-emacs-plus) instead of homebrew emacs-mac (https://github.com/railwaycat/homebrew-emacsmacport). So it seems this must be an issue with the railwaycat distro or its homebrew formula.