Browse Source

org-id: Add some keywords to the new org-id-ts-format option

* lisp/org-id.el (org-id-ts-format): Add package version and type
keywords.
Kyle Meyer 4 years ago
parent
commit
bc96649e2e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lisp/org-id.el

+ 3 - 1
lisp/org-id.el

@@ -130,7 +130,9 @@ nil   Never use an ID to make a link, instead link using a text search for
 
 (defcustom org-id-ts-format "%Y%m%dT%H%M%S.%6N"
   "Default format for IDs generated using `ts' `org-id-method'.
-The format should be suitable to pass as an argument to `format-time-string'.")
+The format should be suitable to pass as an argument to `format-time-string'."
+  :type 'string
+  :package-version '(Org . "9.5"))
 
 (defcustom org-id-method 'uuid
   "The method that should be used to create new IDs.