From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Full org-mode on unrooted Android Date: Wed, 09 Oct 2013 09:07:07 +0100 Message-ID: <52550EAB.4060406@wilkesley.net> References: Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTonc-0007Ju-83 for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 04:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTonW-0005dA-93 for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 04:07:16 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:34857 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTonW-0005cx-2Y for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 04:07:10 -0400 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 2EF0A1D0017 for ; Wed, 9 Oct 2013 09:07:08 +0100 (BST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 08/10/13 11:36, Scot Becker wrote: > Just a quick note to say that it's possible to get a full Emacs+org-mode > on (unrooted) Android using an app called 'zshaolin'. You can either > download the app from the Google Play store for approx $3 or download > the toolchain and source from their website and compile it yourself > (which I haven't tried). > > https://play.google.com/store/apps/details?id=org.dyne.zshaolin&hl=en > > http://www.dyne.org/software/zshaolin/ > (for source, follow links to their FTP site, about 2/3 down the page) > > Emacs is version 24.1.50. > > The following needs to be added to the .zshrc for org-mode to work: > > export TMPDIR=${HOME}/tmp > Thanks for sharing. I have been using emacs via ssh on my Nexus 7. However, obviously this only works if I can get an Internet connection. So far this setup looks as though it will meet all my simple mobile needs, which are just to edit my org files in native Emacs. I see that git is also built in. I haven't tested it yet, but if it works I can just pull and push my org files from my repos, rather than copying them to the Nexus manually. Ian.