Tim Cross writes: > What would really be needed is some way to check when org is going to be > compiled that no existing org functionality is loaded. Doubt this can be > easily done within org itself because of a chicken and egg problem - you > would have to load org to run the code to check if org is loaded. I attached a tentative patch checking if org is loaded. It is not ideal, but it can capture some scenarios. The patch will not work if older org.el is loaded before newer version of Org. Though we may put extra checks in other lisp files. WDYT? Best, Ihor