I hacked org-feed to make it support different parsers, and wrote a simple Atom parser. Not sure how strong my git-fu is, but I try to send my patches here :) Proposed ChangeLog entry: 2009-04-15 Magnus Henoch * org-feed.el (org-feed-alist): Add :parse-feed and :parse-entry options. Mention org-feed-parse-atom-feed and org-feed-parse-atom-entry in the docstring. (org-feed-parse-rss-feed): Renamed from org-feed-parse-feed. (org-feed-parse-rss-entry): Renamed from org-feed-parse-entry. (org-feed-update): Use sha1 instead of org-sha1-string. Use :parse-feed and :parse-entry. (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New functions. I have assigned copyright for Emacs; would that be good enough for Orgmode? Magnus