emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH 0/2] org-id: New org-id-method uuid


From: David Maus
Subject: [Orgmode] [PATCH 0/2] org-id: New org-id-method uuid
Date: Tue, 18 May 2010 08:10:58 +0200

Replace customization value 'uuidgen by new customization value 'uuid
and make it the default.  With `org-id-method' set to 'uuid Org uses
UUIDs for ID properties.  The preferred way to obtain a UUID is
calling the program defined in `org-id-uuid-program'.  If the program
is not available (i.e. the call to the program does not return a UUID)
an elisp function is used to create a random (version 4) UUID.

Docstrings and comments are modified accordingly.  The old
customization value 'uuidgen is silently accepted as an alias for
'uuid.

David Maus (2):
  Provide function that returns a string with a random (version 4)
    UUID.
  Use new customization value for `org-id-method'.




reply via email to

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