Thanks to Carsten and Magus for prompt replies.

> It seems that in Emacs 22, ignore-errors is defined in cl-macs.el,
> in Emacs 23 it has moved to subr.el.
> 
> Try adding
> 
> (eval-when-compile
>    (require 'cl)
>    (require 'cl-macs))
> 
> early on in org-feed.el, does that help?
> 

Adding the above lines to org-feed.el yields the following error
message when I run "make": 

   Error: Required feature 'cl-macs' was not provided

Shortening the additional code to this:

   (eval-when-compile (require 'cl))

as Magnus suggested, seems to work.

Thanks. 

-- 
John Rakestraw


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to