Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing problem #245

Open
hokreb opened this issue Oct 8, 2019 · 1 comment
Open

Syncing problem #245

hokreb opened this issue Oct 8, 2019 · 1 comment

Comments

@hokreb
Copy link

hokreb commented Oct 8, 2019

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

  • [[file:agendas.org][Agenda Views]]
  • [[file:inbox.org][inbox.org]]
  • [[file:mobile.org][mobile.org]]
  • [[file:outlook.org][outlook.org]]
  • [[file:projects.org][projects.org]]
  • [[file:tickler.org][tickler.org]]

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
Copy link

raindev commented Jan 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants