Add missing require and parent group to org-unique-id gorup

This commit is contained in:
Lucien Cartier-Tilet 2022-08-24 02:44:38 +02:00
parent ea91cc015f
commit c8c96c65d0
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -41,9 +41,11 @@
;;; Code: ;;; Code:
(require 'org-id) (require 'org-id)
(require 'message)
(defgroup org-unique-id () (defgroup org-unique-id ()
"Create unique IDs for org headers." "Create unique IDs for org headers."
:group 'org
:prefix "org-unique-id" :prefix "org-unique-id"
:link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/org-unique-id") :link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/org-unique-id")
:link '(url-link :tag "Github" "https://github.com/Phundrak/org-unique-id")) :link '(url-link :tag "Github" "https://github.com/Phundrak/org-unique-id"))