org-sync
org-sync copied to clipboard
Nondeterministic behaviour
Steps to reproduce:
- open emtry file (e.g.
issues.org) andorg-sync-importsome repository, e.g. https://github.com/arbox/org-sync-test; save he file - [optional] add
issues.orgunder version control so it's easier to reproduce the bug - run
org-syncand save the file.
What happens: issues get randomly reorderd (you can see it in git diff)
What's expected: if there were no changes, file should stay exactly same
I'd bet that it's one of the hash tables here to blame :) I'll try to look into that later.