diff options
Diffstat (limited to 'lisp/org/ox-publish.el')
-rw-r--r-- | lisp/org/ox-publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el index 15c9e942b7f..5deb7c54e71 100644 --- a/lisp/org/ox-publish.el +++ b/lisp/org/ox-publish.el @@ -57,10 +57,10 @@ Every function in this hook will be called with two arguments: the name of the original file and the name of the file produced.") -(defgroup org-publish nil +(defgroup org-export-publish nil "Options for publishing a set of files." :tag "Org Publishing" - :group 'org) + :group 'org-export) (defcustom org-publish-project-alist nil "Association list to control publishing behavior. |