Steps to reproduce:
- open emtry file (e.g.
issues.org) and org-sync-import some repository, e.g. https://github.com/arbox/org-sync-test; save he file
- [optional] add
issues.org under version control so it's easier to reproduce the bug
- run
org-sync and 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.
Steps to reproduce:
issues.org) andorg-sync-importsome repository, e.g. https://github.com/arbox/org-sync-test; save he fileissues.orgunder version control so it's easier to reproduce the bugorg-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.