Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-09-24 Thread Sergey Gordienko
On Sat, Sep 12, 2015 at 3:11 AM, Charles Philip Chan  wrote:
> On 11 Aug 2015, cpc...@bell.net wrote:
> On 11 Aug 2015, m...@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 m...@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



Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-09-11 Thread Charles Philip Chan
On 11 Aug 2015, cpc...@bell.net wrote:
On 11 Aug 2015, m...@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 m...@ka4ybr.com, Mark A. Horton KA4YBR)


signature.asc
Description: PGP signature


Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-08-11 Thread Nicolas Goaziou
Hello,

Charles Philip Chan cpc...@bell.net writes:

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

 Hi Oleh:

 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

 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



Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-08-11 Thread Charles Philip Chan
On 11 Aug 2015, m...@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)


signature.asc
Description: PGP signature


Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-30 Thread Charles Philip Chan
On 30 Jul 2015, ohwoeo...@gmail.com wrote:

Hi Oleh:

 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

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, dbl...@pilot.njin.net, with apologies to Derek and the
Dominos, and Werner Almsberger)


signature.asc
Description: PGP signature


Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-30 Thread Oleh Krehel

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



[O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-29 Thread Charles Philip Chan
Hello:

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.

Thanks.

Charles

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


signature.asc
Description: PGP signature