Re: [Orgmode] org-feed broken?

2009-05-13 Thread John Rakestraw
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 t

Re: [Orgmode] org-feed broken?

2009-05-13 Thread Carsten Dominik
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? - Carsten On May 13, 2009, at 5:17 PM, John Rakestraw wrote: Hi -- Emacs 22

[Orgmode] org-feed broken?

2009-05-13 Thread John Rakestraw
Hi -- Emacs 22.3.1 Org-mode latest fetch from git repository Several weeks ago I tested org-feed.el. I suppose I could be losing my mind, but I'm quite sure I had it working. I'm only now getting around to integrating the use of reQall into my regular practice, and I've discovered that the attemp