summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-23 22:46:39 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-23 22:47:06 -0400
commitbc96649e2e1d9d708f7ae1678ba9e9bffea4a923 (patch)
tree54c5dfb4f05a5cb1cb07784d7dc599a6708b6d16
parent18099eadee6a4a50eea690d95b0f5fc9a6030702 (diff)
downloadorg-mode-bc96649e2e1d9d708f7ae1678ba9e9bffea4a923.tar.gz
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.
-rw-r--r--lisp/org-id.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 5127032..efaef9e 100644
--- a/lisp/org-id.el
+++ b/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.