Re: [Orgmode] Unique IDs, not so unique - SOLVED

2010-02-17 Thread David A. Gershman
Hello All, My memory was right, it *is* a timing issue. The internal 'org' routine generates unique IDs using some accuracy time values (not sure if its 1 second or what). However, 'org-mobile-push' demands IDs at a rate of several per second...thus duplicate IDs. If you slow the ID generation

[Orgmode] Unique IDs, not so unique

2010-02-17 Thread David A. Gershman
I posted a message earlier about a problem between Org mode and MobileOrg. I think the issue may just be the Unique IDs being generated are not unique. I found org-id-method is set to 'org'. So why am I not getting unique IDs? I had asked about this before and I thought Carsten said something