How can I randomize headers in org mode?
e.g. If I had a list like this, :
* apple
1
* lemon
2
* banana
* orange
How can I randomize those headers and get lists like these?:
* lemon
2
* apple
1
* orange
* banana
or
* orange
* lemon
2
* banana
* apple
1
(I'm planning to randomize a much longer list.)