MobileOrg / mobileorg

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

outline files not synced from a webdav server #290

Closed whatacold closed 1 year ago

whatacold commented 1 year ago

Hi,

I'm working on using MobileOrg with webdav, but it only works partialy:

  1. "captures" works, the content can be sync'ed back and forth
  2. but the outlines are not working, I set up the url to be something like =http://host/org/index.org= and it links to a foo.org, both .org files have a line in =checksums.dat= Every time I click "sync", it seems ok but the foo.org is not fetched, the outlines panel is blank. And MobileOrg didn't try to fetch it, as I observed with tcpdump.

What could be wrong? How can I troubleshoot the problem? The MobileOrg version is 1.7.5

Thanks in advance.

whatacold commented 1 year ago

OK, it wasn't a problem. But the docs is a little bit vague, it says, "Your index.org file is fetched, then any files it links to are fetched, and so on."

It made me think that all the file links in the index file would be fetched. Actually, only the file links on the first-level headlines are fetched, I just find this out when I am roaming in the code.

So I am going to close this up, thank you for the project.