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.
This commit is contained in:
Kyle Meyer 2020-09-23 22:46:39 -04:00
parent 18099eadee
commit bc96649e2e
1 changed files with 3 additions and 1 deletions

View File

@ -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.