In org-feed.el (line 105), the 'defgroup' entry for org-feed has the tag "Org ID", which is the same tag as the group org-id (in 'org-id.el'). This has the result that you are unable to get to the real org-ID variables from the M-x customize-group RET org RET top level menu.
The culprit: (defgroup org-feed nil "Options concerning RSS feeds as inputs for Org files." :tag "Org ID" :group 'org) Scot _______________________________________________ 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