Bernt Hansen <be...@norang.ca> writes: > Hi, > > I intend to update and track the master branch git repo changes daily in > order to identify problems as early as possible. > > Does it matter if I compile or not for this? > > Normally I do: > > git pull > make > and restart emacs every morning > > Can I do make uncompiled instead and skip the restart? > > What do you recommend?
I always rebuild (with "make" or "make test") followed by org-reload (C-c C-x !). Possibly the rebuild can be omitted if you configure variable `load-prefer-newer' to t. Further I recommend to always power off to save energy. Best regards Marco