all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/2] org-id: New org-id-method uuid
@ 2010-05-18  6:10 David Maus
  2010-05-18  6:12 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: David Maus @ 2010-05-18  6:10 UTC (permalink / raw
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] org-id: New org-id-method uuid
  2010-05-18  6:10 [PATCH 0/2] org-id: New org-id-method uuid David Maus
@ 2010-05-18  6:12 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-05-18  6:12 UTC (permalink / raw
  To: David Maus; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 196 bytes --]

Sorry, forgot:

Patches are available in git://github.com/dmj/dmj-org-mode.git org-id-uuid

HTH
 -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-18  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18  6:10 [PATCH 0/2] org-id: New org-id-method uuid David Maus
2010-05-18  6:12 ` David Maus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.