Hi Simon, Simon Thum <simon.t...@gmx.de> writes:
>> ;;; org-install.el --- backward compatibility file for obsolete >> configuration >> ;; >> ;;; Code: >> (warn "The file org-install is obsolete. >> It is provided here so that (require 'org-install) does not >> trigger an error for users with obsolete Emacs configuration. >> You can safely remove (require 'org-install) from your config.") > > Judging from what you say further down there are use-cases left where this > is bad advice, namely the distribution archives and git. People using Org from the distribution archives don't get this warning because the distribution archive still use the old way, org-install.el containing autoloads when "make autoloads" is run. People using from Git don't need (require 'org-install), and the org-install.el provided in a Git clone is empty (not auto-generated), with just this warning. I hope this clarifies further :) -- Bastien