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
1 changed files with 2 additions and 0 deletions

View File

@ -41,9 +41,11 @@
;;; Code:
(require 'org-id)
(require 'message)
(defgroup org-unique-id ()
"Create unique IDs for org headers."
:group 'org
:prefix "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"))