Hi, Ever since I upgraded to 20150810 from orgmode elpa, mobileorg synchronization with Android phone has stopped working[1]. Earlier org version was from around 13 July. From my older mobileorg pushed files, I see two important differences: 1. index.org with 20150810 contains extra header commented lines of TODO and DRAWERS, which are incorrect. Pre 20150810 -------------------------------------------------------------- #+READONLY #+TODO: TODO WAITING NEXT INPROGRESS DONE #+TAGS: =====IDENTICAL TAGS LINE==================== #+ALLPRIORITIES: A B C -------------------------------------------------------------- In 20150810 -------------------------------------------------------------- #+READONLY #+TODO: TODO WAITING NEXT INPROGRESS DONE #+TODO: | DONE #+TAGS: =====IDENTICAL TAGS LINE==================== #+DRAWERS: PROPERTIES CLOCK LOGBOOK RESULTS #+ALLPRIORITIES: A B C -------------------------------------------------------------- Once I remove these extra TODO and DRAWERS lines from mobileorg's index.org, mobileorg synchronization with Android mobileorg application starts working again, but this needs to be done for every push. 2. All agenda org files contain extra PROPERTIES drawer for every entry. While it is not blocking synchronization, it increases file sizes significantly and might cause problems in editing the file using simple scripts. Example of one entry is below, every entry at every level seems to have this extra entry. Pre 20150810 -------------------------------------------------------------- *** NEXT sampletodoitem :LOGBOOK: - State "NEXT" from "TODO" [2015-07-08 Wed 21:18] - State "TODO" from "" [2015-07-08 Wed 21:18] :END: :PROPERTIES: :ID: c035368f-cd7b-4159-bcc6-01632f4f8860 :END: -------------------------------------------------------------- In 20150810 -------------------------------------------------------------- *** NEXT sampletodoitem :PROPERTIES: :ID: 9363d19f-84bc-4872-a77c-b931448e253c :END: :LOGBOOK: - State "NEXT" from "TODO" [2015-07-08 Wed 21:18] - State "TODO" from "" [2015-07-08 Wed 21:18] :END: :PROPERTIES: :ID: c035368f-cd7b-4159-bcc6-01632f4f8860 :END: -------------------------------------------------------------- Can someone else confirm or deny these findings? [1]: By stopped working, I mean "Clear database", then Synchronize causes only one entry (Agenda Views) to appear in mobileorg UI, that one entry is empty. Synchronize again causes one more entry (first org file) to appear, which is also empty. And so on. thanks