From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Org-mode to PDA export Date: Mon, 24 Sep 2007 18:33:36 +0200 Message-ID: <3d6808890709240933s5b0f96b4k81cee65d967190f7@mail.gmail.com> References: <87wsugjyd8.fsf@myhost.localdomain> <46F7E349.2090104@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZqsS-0003xb-4L for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 12:33:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZqsN-0003ls-73 for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 12:33:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZqsN-0003lK-0S for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 12:33:39 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZqsM-0001uO-L1 for emacs-orgmode@gnu.org; Mon, 24 Sep 2007 12:33:38 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1264894nfh for ; Mon, 24 Sep 2007 09:33:36 -0700 (PDT) In-Reply-To: <46F7E349.2090104@manor-farm.org> Content-Disposition: inline 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 On 24/09/2007, Ian Barton wrote: > > Is there any trick we can use to sync em both ways ? > > Some ideas that come to mind are : email and chop the email or some > > kind of web service that can sit on the laptop (web server). > > > > I have an E61 (Symbian). I have given up any sort of automatic syncing. > However, I have a cron job that publishes my org files to html on my > local web server, so I can easily refer to it. > > For longer trips away, I take my laptop and/or email my org file to my > phone. If I don't have access to a computer I find it easier to just > treat the org file as a reference and not try and edit it. > > The third method I quite often use is to ssh into my server and edit > using emacs in a terminal. I usually carry a USB stick with things like > Putty, so if I can borrow someone else's computer I can still edit the > file on my server. > > Does anyone know if it's possible to install emacs on a usb stick in a > way that it's possible to just plug into almost any Windows computer and > run it? > > Ian. > You'll probably need to write a COM/CMD file that sets EMACS_HOME to the drive the USB stick is mapped to. It should also append to the PATH the native Emacs tools, and set HOME properly so that it can read your .emacs Tim.