emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]


From: Adam Elliott
Subject: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]
Date: Tue, 11 May 2010 16:09:05 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]