Hello, I don't know why, but with the most recent Org-mode version, I can't make org-install.org:
--8<---------------cut here---------------start------------->8--- make -C doc install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/doc' if [ ! -d /usr/share/info ]; then mkdir -p /usr/share/info; else true; fi ; install -p org /usr/share/info install-info --infodir=/usr/share/info org make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/doc' make -C etc install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/etc' for dir in styles schema ; do \ if [ ! -d /usr/share/emacs/etc/org/${dir} ] ; then \ mkdir -p /usr/share/emacs/etc/org/${dir} ; \ fi ; \ install -p ${dir}/* /usr/share/emacs/etc/org/${dir} ; \ done ; make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/etc' make -C lisp install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/lisp' rm -f org-version.el org-install.el org-version.elc org-install.elc org-version: 7.8.10 (release_7.8.10-568-gc84cda) Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-compat.el (source)... Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)... Loading vc-svn... Loading vc-git... Saving file c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-version.el... Wrote c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-version.el org-install: 7.8.10 (release_7.8.10-568-gc84cda) Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-compat.el (source)... Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)... Buffer is read-only: #<buffer org-install.el> Makefile:30: recipe for target `org-install.el' failed make[1]: *** [org-install.el] Error 127 make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/lisp' targets.mk:84: recipe for target `install-lisp' failed make: *** [install-lisp] Error 2 --8<---------------cut here---------------end--------------->8--- To overcome problems, I tried to copy org-install.el from the latest Emacs 24 alpha version, but the newly function `org-find-library-dir' is unknown. Loading, by hand, `org-compat.el' does solve this latest problem, and allow me to still be able to use Org. However, the first problem (make install) is the one I still need to resolve. Any idea? Best regards, Seb [1] DEFINITION NOT FOUND: 1 -- Sebastien Vauban