Dear org users:

Thanks to the help from you all I managed to install the latest
development version of org-mobile-android on my Xperia X10.  I set up
my .emacs for stage push-pull and have a mydisk.se account with an org
directory.

M-x push will fail with an ssh timeout.  I think it has to do with the
fact that Emacs has no way of knowing the mydisk.se password.

This in in my .emacs:

(setq org-mobile-files (quote ("~/org/agenda.org")))
(setq org-mobile-directory "~/stage/")
(add-hook 'org-mobile-post-push-hook
  (lambda () (shell-command "scp -r ~/stage/* hindiog...@mydisk.se:org/")))
(add-hook ' org-mobile-pre-pull-hook
  (lambda () (shell-command "scp hindiog...@mydisk.se:org/mobile.org
~/stage ")))
(add-hook 'org-mobile-post-pull-hook
  (lambda () (shell-command "scp ~/stage/mobileorg.org
hindiog...@mydisk.se:org]/")))


Is this code block correct and where do I specify my mydisk.se password?

Thanks,

Henri-Paul Indiogine


Curriculum & Instruction
Texas A&M University

Email: hindiog...@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico

"Rien ne va de soi.  Rien n'est donné. Tous est construit."   Gaston
Bachelard, 1934

_______________________________________________
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

Reply via email to