Robert Andersson <robert.andersson <at> gu.se> writes: > RA> After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid > RA> function: ignore-errors" when toggling checkboxes, and also running > > RA> (org-update-statistics-cookies all) > > RA> will not work at all. Downgrading back to 6.34c helps. > > I also just now installed version 6.35, which also gave me the same > errors stated above when working with checkboxes. A clean build of > 6.34c does not produce these errors... Hope this helps.
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. Adam _______________________________________________ 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