MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
556 stars 69 forks source link

Changing an item has no effect when pulled, sometimes #97

Open mgmart opened 7 years ago

mgmart commented 7 years ago

Changing an item (assumption: which does not reside in org-agenda-files) leads to an error when org-mobile-pull

To reproduce:

  1. Have a file in org-mobile-fileswhich is not in org-agenda-files
  2. Change a item in this file
  3. Sync
  4. org-mobile-pull
  5. There is a Heading not found error in from-mobile.org
abradd commented 7 years ago

I can't reproduce this. I have the following for org-mobile-files:

(setq org-mobile-files '(org-agenda-files "~/cloud/notes/random_notes.org"))

To test reproduction I changed the start in headings in random_notes.org (which isn't in org-agenda-files) and synchronized before pulling. I repeated this a few times and didn't get any errors. How frequently do you see this error?

The text in from-mobile.org is 'Heading not found'? Or Emacs produced an error prompt?

mgmart commented 7 years ago

I can't reproduce this. I have the following for org-mobile-files:

Glad to hear that. It's Heading not found. Happened to me with my dot.emacs.org which is rather complex.

I suppose we need some representative test-files.