Johan Ekh writes: > Hi all, > I keep up to date with org-mode using: > > git pull && make clean && make && make doc && make install > > It works very well except that my "Info Documentation" is not updated. > It is still some old version. make info and add the following snippet to you .emacs.el: ;; add documentation from the git clone (eval-after-load "info" '(progn (info-initialize) (add-to-list 'Info-directory-list "~/lisp/org-mode/doc"))) hth -- Walter Franzini http://aegis.stepbuild.org/