You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: