Hi Charles, Charles Philip Chan <cpc...@bell.net> writes:
> > Just want to let you know, this commit: > > ,---- > | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 > | Author: Oleh Krehel <ohwoeo...@gmail.com> > | Date: Tue Jul 28 15:06:25 2015 +0200 > | > | lisp/org.el (org-set-tags): Simplify the code > | > | * lisp/org.el (org-set-tags): Prefer let* to multi-variable setq, > | ...skipping... > | org-mobile: Tiny fix in creating index.org file > | > | * lisp/org-mobile.el (org-mobile-create-index-file): > | Eliminate cloning of `#+READONLY' property in the `index.org' file. > | A sublists of `org-todo-keywords' don't need to contain the `|'. > | > | TINYCHANGE > `---- > > broke syncing with mobileorg on Android. After I revert to commit > 5f3d8037a5099ca92db7edbf95ced22f0adefbef everything was fine. > I'm pretty sure my commit isn't to blame and you meant this one: c15db80e32d22dace184203f6f03a0b586bb4b50 Author: Sergey Gordienko <gordien...@gmail.com> Date: Fri Jun 26 17:44:20 2015 +0300 org-mobile: Tiny fix in creating index.org file * lisp/org-mobile.el (org-mobile-create-index-file): Eliminate cloning of `#+READONLY' property in the `index.org' file. A sublists of `org-todo-keywords' don't need to contain the `|'. TINYCHANGE --Oleh