Add missing require and parent group to org-unique-id gorup
This commit is contained in:
parent
ea91cc015f
commit
c8c96c65d0
@ -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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user