From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enrico Indiogine Subject: Re: MobileOrg for Android starts to become really usable Date: Sun, 30 May 2010 22:46:30 -0700 Message-ID: References: <87sk5cwg4f.fsf@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIxpc-0007rs-02 for emacs-orgmode@gnu.org; Mon, 31 May 2010 01:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIxpa-0008A1-JF for emacs-orgmode@gnu.org; Mon, 31 May 2010 01:46:35 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:58617) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIxpa-00089t-Dg for emacs-orgmode@gnu.org; Mon, 31 May 2010 01:46:34 -0400 Received: by pwi6 with SMTP id 6so3983841pwi.0 for ; Sun, 30 May 2010 22:46:32 -0700 (PDT) In-Reply-To: <87sk5cwg4f.fsf@gmx.ch> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-org 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/* hindiogine@mydisk.se:org/"))) (add-hook ' org-mobile-pre-pull-hook (lambda () (shell-command "scp hindiogine@mydisk.se:org/mobile.org ~/stage "))) (add-hook 'org-mobile-post-pull-hook (lambda () (shell-command "scp ~/stage/mobileorg.org hindiogine@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: hindiogine@gmail.com Skype: hindiogine Website: http://www.coe.tamu.edu/~enrico "Rien ne va de soi. Rien n'est donn=E9. Tous est construit." Gaston Bachelard, 1934