emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] Missing definitions for some customization groups [9.5.5 (rele


From: Kyrylo Simonov
Subject: Re: [BUG] Missing definitions for some customization groups [9.5.5 (release_9.5.5 @ /snap/emacs/current/usr/share/emacs/28.2/lisp/org/)]
Date: Wed, 16 Nov 2022 00:01:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 11/14/22 02:42, Ihor Radchenko wrote:
Kyrylo Simonov <xi@resolvent.net> writes:

Some of the customization groups in org-mode lack defgroup declaration.
Specifically, they are:
(org-gnus org-startup org-export-pdf org-bbdb org-babel-tangle
org-bibtex org-plot)

In the *Customize* interface, these subgroups are not accessible from
the main Org customization page and vice versa.  To reproduce, type
"M-x customize-group org" and witness that, for example, Org Startup
subgroup is not listed.  Then type "M-x customize-group org-startup" and
see that the group definition and the link to the parent group are
missing.
Confirmed.
Would you be interested to create a patch? It is mostly a question of
adding a bunch of `defgroup' statements.

I attached a patch.  Where it made sense, I added a new defgroup
declaration.  For other cases, I moved the variables under some
existing group.

Thanks, Kyrylo

Attachment: 0001-Fix-missing-customization-groups.patch
Description: Text Data


reply via email to

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