Hi Rainer, Rainer M Krug <r.m.k...@gmail.com> writes:
> Org-mode version 7.9.2 (release_7.9.2-352-g7f74da.dirty @ > /home/rkrug/.emacs.d/org-mode/lisp/) Looks fine. > I use org mode from git, and my update script for org from git is: > > #!/bin/sh > cd ~/.emacs.d/org-mode-git/org-mode Okay. > git checkout master > git fetch --tags origin > > # git clone git://repo.or.cz/org-mode.git > git pull > git gc > > git checkout master > > make clean > make > make autoloads > make doc > make info > > # make install Instead of the above quote you can simply use make update (And you can clone from git://orgmode.org/org-mode.git it will be faster and more recent. repo.or.cz is behind by one hour.) > Is this OK, or should I change something in the script? Or switch to ELPA > (emacs 24.2.1)? Things look okay. My suggestions are just to spare some lines. Best, -- Bastien