From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thole Subject: Re: org-mode to iphone? Date: Thu, 22 Jan 2009 10:57:29 -0600 Message-ID: References: <49500D9A.2020309@sift.info> <20081222221038.GB22763@owl.prv.maya.com> <6F960FA4-8F11-48D0-9D51-C27CA1E77128@uva.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1236239462==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ2s2-0001uh-Hl for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 11:57:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ2s1-0001t0-H0 for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 11:57:34 -0500 Received: from [199.232.76.173] (port=53661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ2s1-0001sj-CT for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 11:57:33 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:25170) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ2s0-0003nj-Mr for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 11:57:33 -0500 Received: by fg-out-1718.google.com with SMTP id l26so2305573fgb.30 for ; Thu, 22 Jan 2009 08:57:29 -0800 (PST) In-Reply-To: <6F960FA4-8F11-48D0-9D51-C27CA1E77128@uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org --===============1236239462== Content-Type: multipart/alternative; boundary=001636c5a484eec2c90461152ace --001636c5a484eec2c90461152ace Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've been tempted to create a frontend web site devoted toward very simple operations in regard to using org-mode - something say in Django or something, and using sync scripts to the org files.The idea I was thinking is just a simple CRUD operation with that file (either that or use a sql database such as sqllite and use a cron job that "syncs" these together). I wouldn't mind still completing that if people are interested in such a tool. Since I have just an ipod touch, I've been reluctant to build it since I don't have access 100% of the time to the app. -David On Thu, Jan 22, 2009 at 2:06 AM, Carsten Dominik wrote: > Hi Christopher, > > I am extremely interested in what you write here about using HTML > to look at the agenda, sending automatic emails for completed > tasks, and even the IMAP store idea. > > So please get back to it when you find time and keep us > posted. I could tweak the HTML exporter where necessary > to make a good mobile access idea for Org-mode stuff > a reality. > > - Carsten > > On Dec 22, 2008, at 11:10 PM, Christopher DeMarco wrote: > > As a more-useful alternative to my ha-ha-only-serious "email" >> response, look at the export-to-HTML functions. I haven't gotten here >> yet with org-mode, but I understand they're pretty powerful -- and >> HTML is perfect for the iPhone. A robust HTML interface to your >> org-mode would be much more useful than a native iPhone app, IMHO, and >> without the landmines of interfacing with iCal et.al. >> >> My previous organization system (Python-based) had a simple CGI >> interface to parse my sources into HTML with CSS for the iPhone; it >> worked surprisingly well, including hyperlinks that sent me email >> noting that I'd "checked off" an item -- I didn't trust myself to >> actually change state from the iPhone, but sent a "check off the item >> manually" reminder. >> >> Once I've got my Emacs-native org-mode where I want it, I plan on >> tackling the iPhone display and sharing my code with the list. It >> should be pretty easy to write a mod_python handler to pull org-mode >> source from Git or Subversion and run that through the elisp >> interpreter... >> >> But seriously, you could totally expose your agenda view as an IMAP >> store... >> >> >> -- >> Christopher DeMarco >> IT Director >> MAYA Group >> +1-412-708-9660 >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --001636c5a484eec2c90461152ace Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've been tempted to create a frontend web site devoted toward very sim= ple operations in regard to using org-mode - something say in Django or som= ething, and using sync scripts to the org files.The idea I was thinking is = just a simple CRUD operation with that file (either that or use a sql datab= ase such as sqllite and use a cron job that "syncs" these togethe= r).  I wouldn't mind still completing that if people are intereste= d in such a tool.  Since I have just an ipod touch, I've been relu= ctant to build it since I don't have access 100% of the time to the app= .

-David

On Thu, Jan 22, 2009 at 2:06 A= M, Carsten Dominik <dominik@science.uva.nl> wrote:
Hi Christopher,

I am extremely interested in what you write here about using HTML
to look at the agenda, sending automatic emails for completed
tasks, and even the IMAP store idea.

So please get back to it when you find time and keep us
posted.  I could tweak the HTML exporter where necessary
to make a good mobile access idea for Org-mode stuff
a reality.

- Carsten

On Dec 22, 2008, at 11:10 PM, Christopher DeMarco wrote:

As a more-useful alternative to my ha-ha-only-serious "email"
response, look at the export-to-HTML functions.  I haven't gotten = here
yet with org-mode, but I understand they're pretty powerful -- and
HTML is perfect for the iPhone.  A robust HTML interface to your
org-mode would be much more useful than a native iPhone app, IMHO, and
without the landmines of interfacing with iCal et.al.

My previous organization system (Python-based) had a simple CGI
interface to parse my sources into HTML with CSS for the iPhone; it
worked surprisingly well, including hyperlinks that sent me email
noting that I'd "checked off" an item -- I didn't trust m= yself to
actually change state from the iPhone, but sent a "check off the item<= br> manually" reminder.

Once I've got my Emacs-native org-mode where I want it, I plan on
tackling the iPhone display and sharing my code with the list.  It
should be pretty easy to write a mod_python handler to pull org-mode
source from Git or Subversion and run that through the elisp
interpreter...

But seriously, you could totally expose your agenda view as an IMAP
store...


--
Christopher DeMarco <demarco@maya.com>
IT Director
MAYA Group
+1-412-708-9660



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--001636c5a484eec2c90461152ace-- --===============1236239462== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1236239462==--