From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Wenzel Subject: Re: MobileOrg for Android...issues Date: Thu, 05 Aug 2010 09:11:16 +0200 Message-ID: <87vd7ph6uj.fsf@googlemail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50830 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh1zi-0001qR-U5 for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh1zT-0002sg-O3 for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:21 -0400 Received: from lo.gmane.org ([80.91.229.12]:38772) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh1zT-0002rq-GE for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:15 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OgubB-0007R8-6C for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 09:10:41 +0200 Received: from 188-193-58-238-dynip.superkabel.de ([188.193.58.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2010 09:10:41 +0200 Received: from drholgerwenzel by 188-193-58-238-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2010 09:10:41 +0200 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 C64Wiz, > Also, I selected to store the .org files on my SD card. Is there a > way I can *manually* copy org files to the SD card (just need a > location really) so that I can at least read/reference them? I don't > have a need to edit/capture at this point, but would like to at least > view them. you can always set up your own webdav server. I briefly used nginx (nginx.org) a full blown web server, there is an apache module for serving the webdav protocol and there is pywebdav http://code.google.com/p/pywebdav/ Holger