Adam Elliott <a...@mbl.ca> writes: > Problem exists in some 6.35 versions as well. Looks like org-list.el uses > `ignore-errors' macro defined in cl-macs.el. Adding following line near top > of > org-list.el file fixes problem for me: > > (require 'cl) > > Does not appear that cl-macs can be required separately.
The canonical way to require cl only for macros is: (eval-when-compile (require 'cl)) See (info "(elisp)Coding Conventions"). -- Magnus Henoch _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode