From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: org-id fixups and minor changes Date: Fri, 09 Aug 2019 18:12:41 -0500 Message-ID: <87ef1uue52.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59806) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwE42-0004nA-Sp for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 19:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hwE41-000349-VI for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 19:12:50 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:39106 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hwE41-00033r-P1 for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 19:12:49 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hwE3z-000tXF-R8 for emacs-orgmode@gnu.org; Sat, 10 Aug 2019 01:12:47 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Carsten Dominik writes: > You system assumes, if I see that correctly (have not studied it yet), > that not more that one ID will be created per second. Or do you have > something in place that will catch this, for example if someone uses > the mapping API to assign IDs to a whole bunch of entries in a short > time? That's a good point. It might not be officially ISO8601 anymore, but sub-second precision could be added (from format-time-string): %N is the nanosecond, %6N the microsecond, %3N the millisecond, etc. I guess it's not possible for multiple entries to be created in a single nanosecond. :)