MobileOrg / mobileorg

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

Syncing problem #245

Open hokreb opened 4 years ago

hokreb commented 4 years ago

Hello,

I am a new user of MobileOrg (1.74) on iphone (Xr, ios 13.1.2) and experience following problem:

I use emacs 24 on windows with, of course, org mode (version 9.1.9). I had setup a webdev directory by use of redmine, where I sync my org files to. After a push by emacs org mode (by menu or by command), I can look at the webdav directory and find all the files, which should be there (due to the configuration of the org-mobile-xxx var settings). Especially the index.org file is there with the content:

+READONLY

+TODO: TODO NEXT | DONE

+TODO: WAITING HOLD | CANCELLED

+TODO: REFERENCE

+TAGS: comp home inbox jourfixe later next office privat project someday waiting

+ALLPRIORITIES: A B C

with includes all the org files I would like to see by MobileOrg.

But when I go to the outlines tab of the mobileorg app and press the sync button, ohne mobileorg.org, checksums.dat, index.org, inbox.org, mobile.org are synced, and on the outlines tab only org files and Inbox is shown, and no way to select/search of the projects.org or outlook.org files is possible.

I tried to reinstall mobileorg in case I introduced some sync problems, but nothing changed.

What could lead to the not be able to see the additional files?

As I am also very new to iphone (due to a switch from android device to iphone device by the company I work with), is there a possiblity, to find out, which files MobileOrg has synced from/has access to by webdav?

raindev commented 3 years ago

I had a very similar issue with only index.org and agendas.org files being synched. It turned out I had to set org-mobile-files to include other files. E.g.:

(setq org-mobile-files (list "~/org/ideas.org"))

I don't know if it's just wasn't obvious to me being an newbie or if it's something worth mentioning in the documentation.