Uwe Brauer <o...@mat.ucm.es> writes: >> But it does not help, org-set-property sets always a new property at the >> end of the property list. > >> Any idea what to do (besides touching the function itself) > > > It seems that the culprit is the function > org-entry-put > which always puts a new entry at the end of the property section.
You are right, org-set-property adds the property to the end of property drawer. I do not think that its docstring suggests anything different. Do you want to propose a new feature request? I guess patches are welcome. Best, Ihor