emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
@ 2015-07-30  2:41 Charles Philip Chan
  2015-07-30 10:18 ` Oleh Krehel
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2015-07-30  2:41 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

Hello:

Just want to let you know, this commit:

,----
| commit ceae5d651b80295f35c01ecfc53661c7e8eceba7
| Author: Oleh Krehel <ohwoeowho@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.

Thanks.

Charles

-- 
"Never make any mistaeks."
(Anonymous, in a mail discussion about to a kernel bug report.)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 180 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-07-30  2:41 Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android Charles Philip Chan
@ 2015-07-30 10:18 ` Oleh Krehel
  2015-07-30 17:47   ` Charles Philip Chan
  0 siblings, 1 reply; 7+ messages in thread
From: Oleh Krehel @ 2015-07-30 10:18 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: emacs-orgmode


Hi Charles,

Charles Philip Chan <cpchan@bell.net> writes:

>
> Just want to let you know, this commit:
>
> ,----
> | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7
> | Author: Oleh Krehel <ohwoeowho@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 <gordienkos@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-07-30 10:18 ` Oleh Krehel
@ 2015-07-30 17:47   ` Charles Philip Chan
  2015-08-11 13:11     ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2015-07-30 17:47 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

On 30 Jul 2015, ohwoeowho@gmail.com wrote:

Hi Oleh:

> I'm pretty sure my commit isn't to blame  and you meant this one:
>
> c15db80e32d22dace184203f6f03a0b586bb4b50
> Author: Sergey Gordienko <gordienkos@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

Yes, this is the one I meant. Sorry for quoting the wrong commit.

Charles

-- 
LILO, you've got me on my knees!
(from David Black, dblack@pilot.njin.net, with apologies to Derek and the
Dominos, and Werner Almsberger)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 180 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-07-30 17:47   ` Charles Philip Chan
@ 2015-08-11 13:11     ` Nicolas Goaziou
  2015-08-11 14:46       ` Charles Philip Chan
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2015-08-11 13:11 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: Sergey Gordienko, Org-mode

Hello,

Charles Philip Chan <cpchan@bell.net> writes:

> On 30 Jul 2015, ohwoeowho@gmail.com wrote:
>
> Hi Oleh:
>
>> I'm pretty sure my commit isn't to blame  and you meant this one:
>>
>> c15db80e32d22dace184203f6f03a0b586bb4b50
>> Author: Sergey Gordienko <gordienkos@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
>
> Yes, this is the one I meant. Sorry for quoting the wrong commit.

Do you have any other information to share? E.g., what happens when
syncing breaks?

I'm Cc'ing Sergey Gordienko as he may have an idea about what is wrong
here.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-08-11 13:11     ` Nicolas Goaziou
@ 2015-08-11 14:46       ` Charles Philip Chan
  2015-09-12  0:11         ` Charles Philip Chan
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2015-08-11 14:46 UTC (permalink / raw)
  To: Org-mode; +Cc: Sergey Gordienko

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

On 11 Aug 2015, mail@nicolasgoaziou.fr wrote:

Hi Nicolas:

> Do you have any other information to share? E.g., what happens when
> syncing breaks?

Yes. The sync fails with a "Syntax error in regexp pattern near index
383" error on the Android (version 5.1.1) side.

Charles

-- 
"Are [Linux users] lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?"
(By Matt Welsh)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 180 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-08-11 14:46       ` Charles Philip Chan
@ 2015-09-12  0:11         ` Charles Philip Chan
  2015-09-24 19:21           ` Sergey Gordienko
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2015-09-12  0:11 UTC (permalink / raw)
  To: Org-mode; +Cc: Sergey Gordienko

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

On 11 Aug 2015, cpchan@bell.net wrote:
On 11 Aug 2015, mail@nicolasgoaziou.fr wrote:

>> Do you have any other information to share? E.g., what happens when
>> syncing breaks?

> Yes. The sync fails with a "Syntax error in regexp pattern near index
> 383" error on the Android (version 5.1.1) side.

I just upgraded to the latest git version of org-mode and this problem
still persists. I have to use an older version of org-mobile for syncing
to work.

Charles

-- 
"Are [Linux users] lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?"
(By Matt Welsh)


-- 
Linux!  Guerrilla UNIX Development     Venimus, Vidimus, Dolavimus.
(By mah@ka4ybr.com, Mark A. Horton KA4YBR)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 180 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android
  2015-09-12  0:11         ` Charles Philip Chan
@ 2015-09-24 19:21           ` Sergey Gordienko
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Gordienko @ 2015-09-24 19:21 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: Org-mode

On Sat, Sep 12, 2015 at 3:11 AM, Charles Philip Chan <cpchan@bell.net> wrote:
> On 11 Aug 2015, cpchan@bell.net wrote:
> On 11 Aug 2015, mail@nicolasgoaziou.fr wrote:
>
>>> Do you have any other information to share? E.g., what happens when
>>> syncing breaks?
>
>> Yes. The sync fails with a "Syntax error in regexp pattern near index
>> 383" error on the Android (version 5.1.1) side.
>
> I just upgraded to the latest git version of org-mode and this problem
> still persists. I have to use an older version of org-mobile for syncing
> to work.
>
> Charles
>
> --
> "Are [Linux users] lemmings collectively jumping off of the cliff of
> reliable, well-engineered commercial software?"
> (By Matt Welsh)
>
>
> --
> Linux!  Guerrilla UNIX Development     Venimus, Vidimus, Dolavimus.
> (By mah@ka4ybr.com, Mark A. Horton KA4YBR)

Could you send to me index.org, agendas.org and checksums.dat files
which break the sync  (unless they don't contain a sensitive data)?
-- 
Sergey Gordienko

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-24 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-30  2:41 Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android Charles Philip Chan
2015-07-30 10:18 ` Oleh Krehel
2015-07-30 17:47   ` Charles Philip Chan
2015-08-11 13:11     ` Nicolas Goaziou
2015-08-11 14:46       ` Charles Philip Chan
2015-09-12  0:11         ` Charles Philip Chan
2015-09-24 19:21           ` Sergey Gordienko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).