Not sure if this has been addressed.
Given the following:
# emacs -Q
M-x load-library org
may fail due to `org-key' within `org.el' requiring `cl'.
IMHO:
1. (require 'cl) should additionally be placed within `org-key'
OR
2. The initial (require 'cl) should not be inside (eval-when-compile ...)
Regards,
-timotheus
_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
