emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-feed customization group is called org-id (can't customize org-id)
@ 2010-09-14 20:25 Scot Becker
  2010-09-15  9:38 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: Scot Becker @ 2010-09-14 20:25 UTC (permalink / raw)
  To: Org-mode ml

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-15  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-14 20:25 Bug: org-feed customization group is called org-id (can't customize org-id) Scot Becker
2010-09-15  9:38 ` David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).