Good evening,

Emacs 24.4 and Org from Git.

Goal:

1) Visit every source block
2) If there is a NAME property
   1) Then replace it's value with a UUID
3) If there is not an NAME property
   1) Add an NAME property and give it a UUID.

`org-uuid' [provides] the functionality to create a UUID. It seems like
this could be re-used for this NAME property. Would that be a good idea?
The code would be nearly the same (choose a UUID program, get a value,
insert it).

What is the best way to do it with `org-element'?

This is very similar to a post I just made about headlines and the ID
property but they are different enough to post separately.


[provides]
http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD

Reply via email to