From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sriram Karra Subject: Org Mode TOOD two way sync tool Date: Fri, 22 Jun 2012 12:10:17 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c97cc98deb04c309e768 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShxXc-0004KJ-JZ for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 02:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShxXY-0002jZ-1x for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 02:40:24 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:33059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShxXX-0002jJ-P5 for emacs-orgmode@gnu.org; Fri, 22 Jun 2012 02:40:19 -0400 Received: by dakp5 with SMTP id p5so2156331dak.0 for ; Thu, 21 Jun 2012 23:40:17 -0700 (PDT) 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 --e89a8ff1c97cc98deb04c309e768 Content-Type: text/plain; charset=ISO-8859-1 I am the author of ASynK (http://karra-asynk.appspot.com), a PIM sync tool and framework written in python that works across a variety of PIM providers such as Outlook, Google and BBDB. I am considering extending ASynK to do a bi-directional sync of Outlook tasks to Org Mode tasks. To be able to do this I need a working read/write API for reading and creating TODOs in org mode. *"Offline parsers"* My first preference is to be able to parser org files without required Emacs - this is the approach that I have implemented for BBDB sync. I considered PyOrgMode (https://github.com/bjonnh/PyOrgMode/network), but it appears unable to process TODOs, or even recurring events. To be able to extend PyOrgMode so I can read and write TODOs, I needed a full description of the format of TODO entries in all its forms. The Org manual itself has this information, I'm sure but scattered all over the place, given its real audience. Can someone point me to some sort of a concise representation, if any, of the org file format grammar? *org-protocol* * * By quickly reading the documentation I figured that org-protocol can be used to create entries, but is there a way to use it to do generic queries like "list all TODOs in a specified file, with a particular property value" and such? Any help is much appreciated. -Karra --e89a8ff1c97cc98deb04c309e768 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am the author of ASynK (http:/= /karra-asynk.appspot.com), a PIM sync tool and framework written in pyt= hon that works across a variety of PIM providers such as Outlook, Google an= d BBDB. I am considering extending ASynK to do a bi-directional sync of Out= look tasks to Org Mode tasks. To be able to do this I need a working read/w= rite API for reading and creating TODOs in org mode.

"Offline parsers"

= My first preference is to be able to parser org files without required Emac= s - this is the approach that I have implemented for BBDB sync. I considere= d PyOrgMode (https:= //github.com/bjonnh/PyOrgMode/network), but it appears unable to proces= s TODOs, or even recurring events. To be able to extend PyOrgMode so I can = read and write TODOs, I needed a full description of the format of TODO ent= ries in all its forms. The Org manual itself has this information, I'm = sure but scattered all over the place, given its real audience. Can someone= point me to some sort of a concise representation, if any, of the org file= format grammar?

org-protocol

By = quickly reading the documentation I figured that org-protocol can be used t= o create entries, but is there a way to use it to do generic queries like &= quot;list all TODOs in a specified file, with a particular property value&q= uot; and such?

Any help is much appreciated.

= -Karra
--e89a8ff1c97cc98deb04c309e768--