From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android Date: Thu, 30 Jul 2015 12:18:01 +0200 Message-ID: <87twsm0x0m.fsf@gmail.com> References: <873806ljqf.fsf__17112.8586786383$1438224141$gmane$org@karnak.MagnumOpus.khem> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKl1g-00088O-RS for emacs-orgmode@gnu.org; Thu, 30 Jul 2015 06:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKl1d-0006fQ-Kd for emacs-orgmode@gnu.org; Thu, 30 Jul 2015 06:25:24 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKl1d-0006fD-Di for emacs-orgmode@gnu.org; Thu, 30 Jul 2015 06:25:21 -0400 Received: by wicgb10 with SMTP id gb10so237270945wic.1 for ; Thu, 30 Jul 2015 03:25:20 -0700 (PDT) In-Reply-To: <873806ljqf.fsf__17112.8586786383$1438224141$gmane$org@karnak.MagnumOpus.khem> (Charles Philip Chan's message of "Wed, 29 Jul 2015 22:41:23 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Charles Philip Chan Cc: emacs-orgmode@gnu.org Hi Charles, Charles Philip Chan writes: > > Just want to let you know, this commit: > > ,---- > | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 > | Author: Oleh Krehel > | 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 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