From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Org-mode to PDA export Date: Tue, 25 Sep 2007 12:20:58 +0100 Message-ID: <46F8EF1A.7000408@manor-farm.org> References: <87wsugjyd8.fsf@myhost.localdomain> <46F7E349.2090104@manor-farm.org> <3d6808890709240933s5b0f96b4k81cee65d967190f7@mail.gmail.com> <87myvbyemn.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ia8Tf-000185-JZ for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 07:21:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ia8Te-00017A-SN for Emacs-orgmode@gnu.org; Tue, 25 Sep 2007 07:21:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ia8Te-00016w-IJ for Emacs-orgmode@gnu.org; Tue, 25 Sep 2007 07:21:18 -0400 Received: from relay2.tidymail.co.uk ([217.146.107.7]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ia8Te-0005kR-3U for Emacs-orgmode@gnu.org; Tue, 25 Sep 2007 07:21:18 -0400 Received: from [217.146.125.43] (helo=firewall.banter.local) (from_AS 16353) by relay2.tidymail.co.uk with esmtp (Exim 4.67) id 1Ia8Tb-0001Dy-SK for Emacs-orgmode@gnu.org (return-path ); Tue, 25 Sep 2007 11:21:16 +0000 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 850CD649208 for ; Tue, 25 Sep 2007 12:21:09 +0100 (BST) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tcl5zZOwU7ML for ; Tue, 25 Sep 2007 12:21:01 +0100 (BST) Received: from [192.168.0.8] (unknown [192.168.0.8]) by firewall.banter.local (Postfix) with ESMTP id E4EE2649206 for ; Tue, 25 Sep 2007 12:20:57 +0100 (BST) In-Reply-To: <87myvbyemn.fsf@web.de> 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 > > I've got a regular emacs Installation on my USB-DRIVE (e.g. F:/PortableApps/emacs-22.1) and the following lines > in my site-lisp/site-start.el : > > (defvar usb-drive-letter (substring data-directory 0 -28)) ;; get root directory of emacs installation > (defvar usb-home-dir (concat usb-drive-letter "Documents/")) > (setenv "HOME" usb-home-dir) > Thanks, that's useful information. We are an all Linux household, but it might be useful to be able to take "emacs on a stick" for use at friends houses, or Internet cafes. Ian.