Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
Richard Riley writes: > Greg Troxel writes: > >> An alternative would be to have a webdav fs on the machine with the org >> files, and to use that to write to the webdav area. >> > > I'm not sure I parse that properly. Do you mean mounted and owned as > www-data/www via shfs or something? I me

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
Richard Riley writes: > Greg Troxel writes: > >> An alternative would be to have a webdav fs on the machine with the org >> files, and to use that to write to the webdav area. >> > > I'm not sure I parse that properly. Do you mean mounted and owned as > www-data/www via shfs or something? I me

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
I should have pointed out the causes of the two problems the script resolves: ssh tramp at least sometimes preserves gid, and the gid on my org machine is an allowed gid on the webdav server, so files can end up with my normal gid instead of www. when mobileorg.org is rewritten by org (a

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Greg Troxel writes: > I use MobileOrg with webdav, both remote over ssh/tramp, and locally > (two separate setups). > > On the ssh one: > > (setq org-mobile-directory "/ssh:foo.example.org:/usr/home/gdt/ORG") > (setq org-mobile-inbox-for-pull > (concat org-directory "/from-mobile.org")) > (

Re: [O] mobile org problems

2011-03-02 Thread Greg Troxel
I use MobileOrg with webdav, both remote over ssh/tramp, and locally (two separate setups). On the ssh one: (setq org-mobile-directory "/ssh:foo.example.org:/usr/home/gdt/ORG") (setq org-mobile-inbox-for-pull (concat org-directory "/from-mobile.org")) (setq org-mobile-use-encryption t) (se

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Richard Riley writes: > I am using an scpc tramp url for my moble org directory. When I do a > mobile push, why does emacs or mobileorg keep asking me for to select > coding system (default raw)? Also, why does it delete/chmod the > mobileorg.org file on my webdav server? After the initial push/p

[O] mobile org problems

2011-03-01 Thread Richard Riley
I am using an scpc tramp url for my moble org directory. When I do a mobile push, why does emacs or mobileorg keep asking me for to select coding system (default raw)? Also, why does it delete/chmod the mobileorg.org file on my webdav server? After the initial push/pull the next push then fails af