From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Hepburn Subject: Newbie question: mobileorg and org-mode configuration Date: Sun, 7 Mar 2010 17:07:34 -0700 Message-ID: <12A60A79-F0FF-4551-AB5C-C3F1CD859341@ualberta.ca> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoQVW-0006Id-6d for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 19:07:38 -0500 Received: from [140.186.70.92] (port=60044 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoQVU-0006Hp-R4 for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 19:07:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoQVT-0007u3-Md for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 19:07:36 -0500 Received: from smtp.srv.ualberta.ca ([129.128.5.19]:65354 helo=mail9.srv.ualberta.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoQVT-0007tz-DA for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 19:07:35 -0500 Received: from [192.168.1.101] (staff-host-28-210.augustana.ualberta.ca [142.244.28.210]) (authenticated bits=0) by mail9.srv.ualberta.ca (8.13.8/8.13.8) with ESMTP id o2807YcT010862 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Sun, 7 Mar 2010 17:07:34 -0700 (MST) 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-orgmode@gnu.org Hi All I am a new user to org-mode and was almost immediately hooked. (I'm also = a relatively recent convert to emacs and Aquamacs.) I went out and = fetched the mobileorg app for my iPod touch from the Apple appstore and = now I'm rapidly losing what's left of my hair - doh! Anyhow, I have org-mode working happily in Aqumacs emacs but I can't = seem to get things to work with org-mobile. Here's the basics of my = setup -my .org files reside in a folder on my iDisk so that I can sync them = between my laptop and my desktop. That all works swell -I have mobileorg on my iPod set to hit my idisk account and that works = fine.=20 The problem I am having is figuring out the configuration stuff in my = Preferences.el file. Here's a copy of the relevant section=20 (setq org-mobile-directory "/Volumes/nhepburn/org/stage/") (setq org-mobile-files (quote("/Volumes/nhepburn/org/todo.org" = "/Volumes/nhepburn/org/teaching.org" = "/Volumes/nhepburn/org/research.org"))) (setq org-mobile-inbox-for-pull "/Volumes/nhepburn/org/transit.org") (add-hook 'org-mobile-post-push-hook (lambda () (shell-command "scp -r /Volumes/nhepburn/org/stage/* = user@wdhost:mobile/"))) (add-hook 'org-mobile-pre-pull-hook (lambda () (shell-command "scp user@wdhost:mobile/mobileorg.org = /Volumes/nhepburn/org/stage/ "))) (add-hook 'org-mobile-post-pull-hook (lambda () (shell-command "scp /Volumes/nhepburn/org/stage/mobileorg.org = user@wdhost:mobile/"))) my *.org files for org-mode reside in ../org/ while the mobile files = reside in ../org/stage/ I've scoured the Org-mobile manual, trolled through the mailing list = archive, and spent countless hours doing google searches. Can someone = suggest the right bit of stuff to put in here and then how to make = org-mode in Aquamacs push to and pull from my mobileorg stuff?=20 Thanks in advance. Regards, Neil=