org-id-new

org-id-new is an autoloaded Lisp function in `org-id.el'.

(org-id-new &optional PREFIX)

Create a new globally unique ID.

An ID consists of two parts separated by a colon:
- a prefix
- a unique part that will be created according to `org-id-method'.

PREFIX can specify the prefix, the default is given by the variable
`org-id-prefix'. However, if PREFIX is the symbol `none', don't use any
prefix even if `org-id-prefix' specifies one.

So a typical ID could look like "Org:4nd91V40HI".