From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: Announcing a script that connects org-mode and google-tasks Date: Fri, 26 Oct 2012 00:08:28 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRbE2-0003nA-G3 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 00:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRbE1-0001ey-DU for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 00:08:50 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:42899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRbE1-0001et-9D for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 00:08:49 -0400 Received: by mail-vb0-f41.google.com with SMTP id v13so3023780vbk.0 for ; Thu, 25 Oct 2012 21:08:48 -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 Hello all- I hacked together a python script based on some already-existing code, which allows one to push an org file to a google-tasks list, or to pull the contents of a google-tasks list into an org file. Though the code isn't beautiful at the moment, it is functional. Feel free to improve it. Get it at: https://bitbucket.org/edgimar/michel-orgmode Regards, Mark