Make sure you check what 'org-mobile-push' generates when synchronizing... we look for an index.org and checksums.dat file. In MobileOrg the server path will need to be the path to your index.org file
Nick,
Thanks. I'm already trying the script approach. I have the
following in a script:
open https://webdav.mydrive.ch
y
<username>
<password>
cd org
put Teaching.org
put Home.org
close
exit
The 'y' is to accept the untrusted server certificate.
Unfortunately, even though this all works manually, when running it as:
cadaver < response.file
it barfs on accepting the certificate. Sigh. Time to get the sources
and try compiling a local version that doesn't ask to accept the
cert and just goes on with the rest.
Mark
On 4/15/2010 12:31 PM, Nick Dokos wrote:
Nick,
I have gotten cadaver running and can use it to connect to mydrive.ch.
How do I integrate this in with MobileOrg?
Mark
[adding to my previous mail...]
There are some examples (using scp) of setting up the
org-mobile-post-push-hook in Appendix B.1 of the Org manual. You might
have to write a script to get cadaver to do what you want and then have
the hook call the script: afaics, you can't just use the "scp src dest"
command line paradigm.
Nick
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode