emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug: org-feed customization group is called org-id (can't cust


From: Scot Becker
Subject: [Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)
Date: Tue, 14 Sep 2010 21:25:15 +0100

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



reply via email to

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