emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Customization of IDs generation method


From: Ypo
Subject: Customization of IDs generation method
Date: Mon, 11 Oct 2021 09:45:44 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

How would the "New option org-id-ts-format" work?

I added to my init.el these lines with no result (sorry if I am commiting heresy):

(defcustom org-id-ts-format "%Y-%m-%d-T%H-%M-%S.%6N"
  "Timestamp format for IDs generated using `ts' `org-id-method'.
The format should be suitable to pass as an argument to `format-time-string'.
Defaults to ISO8601 timestamps without separators and without
timezone, local time and precision down to 1e-6 seconds."
  :type 'string
  :package-version '(Org . "9.5"))

The format still is ISO8601 with no separators.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]