From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Dowe Subject: org-mobile-pull not syncing back changes Date: Sat, 26 Apr 2014 12:34:31 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b472148726c3104f7f07830 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1We0sg-0001ZV-Is for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 07:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1We0sf-0003UA-02 for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 07:34:54 -0400 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:42449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1We0se-0003U4-QU for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 07:34:52 -0400 Received: by mail-ob0-f178.google.com with SMTP id wn1so5371940obc.23 for ; Sat, 26 Apr 2014 04:34:52 -0700 (PDT) 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: emacs-orgmode --047d7b472148726c3104f7f07830 Content-Type: text/plain; charset=ISO-8859-1 Hi, I seem to have a weird issue with org mobile sync. Changes from my laptop save fine into my sync files in Dropbox, and get pulled into the mobile app fine too. The problem occurs when making a change on mobile and syncing back. The file mobileorg.org gets written correctly on the phone's Dropbox and arrives on the laptop ok, and when I execute M-x org-mobile-pull, my designated index.org gets updated by Emacs after it reads in the mobileorg.org changes. So far so good, from what I can tell. The problem itself is that my org files then don't get updated with the changes in index.org. index.org never seems to get processed. I have cleared it out and started with a single change - simply an addition of a TODO in one file, from the mobile app, and it never gets written to that file. Here are the pertinent bits of my .emacs : (setq org-agenda-files (list "~/org/work.org" "~/org/personal.org" "~/org/capture.org" "~/org/review.org")) ;; mobileOrg (setq org-mobile-directory "~/Dropbox/orgsync") (setq org-mobile-inbox-for-pull "~/org/index.org") I'm using Emacs 24.3.1 on Debian Wheezy (although the same problem occurs with this distro's default Emacs 23 too) and matburt's mobileorg on Android. Been putting off posting to the list in a vain effort to resolve this but I guess I'm missing something obvious... Thanks. -- Steve --047d7b472148726c3104f7f07830 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I seem to have a weird issue with o= rg mobile sync. =A0

Changes from my laptop save fi= ne into my sync files in Dropbox, and get pulled into the mobile app fine t= oo. =A0The problem occurs when making a change on mobile and syncing back. = The file mobileorg.org gets written co= rrectly on the phone's Dropbox and arrives on the laptop ok, and when I= execute M-x org-mobile-pull, my designated in= dex.org gets updated by Emacs after it reads in the mobileorg.org changes. =A0So far so good, from what I can= tell.

The problem itself is that my org files then don't = get updated with the changes in index.org.= =A0index.org never seems to get processed= . =A0I have cleared it out and started with a single change - simply an add= ition of a TODO in one file, from the mobile app, and it never gets written= to that file.

Here are the pertinent bits of my .emacs :
(setq org-agenda-files (list "~/org/work.org"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0"~/org/pers= onal.org"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"~/org= /capture.org"
=A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"~/org/review.org"))

;; mobileOrg
(setq org-mobile-directory "~/Dropbox= /orgsync")
(setq org-mobile-inbox-for-pull "~/org/index.org")


I'm using Emacs 24.3.1 on Debian Wheezy (although the sa= me problem occurs with this distro's default Emacs 23 too) and matburt&= #39;s mobileorg on Android.=A0

Been pu= tting off posting to the list in a vain effort to resolve this but I guess = I'm missing something obvious...

Thanks.
--
=A0 Steve
--047d7b472148726c3104f7f07830--