From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: [Announce] A GitHub Issues interface for Org-mode Date: Wed, 25 May 2011 10:10:23 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QP5tl-0005GE-3Q for emacs-orgmode@gnu.org; Wed, 25 May 2011 00:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QP5tj-00046z-RA for emacs-orgmode@gnu.org; Wed, 25 May 2011 00:40:45 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:35850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QP5tj-00046v-OD for emacs-orgmode@gnu.org; Wed, 25 May 2011 00:40:43 -0400 Received: by vws4 with SMTP id 4so7051009vws.0 for ; Tue, 24 May 2011 21:40:43 -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 Hello Orgsters, Issue Tracker integration with Org-mode has been something that a lot of people have been looking for. Being the GitHub addict, that I am, I decided to hack up something that integrates GitHub issues with Org-mode. It presently allows - Importing all open issues from a project into an org-file. [Milestone due dates (if any) are added as Deadlines. - Closing Issues, Editing Tags, Changing Issue Name - Convert a TODO item into an Org-mode issue. However, it uses APIv3 of GitHub, which is Beta. So, expect some erratic behaviour. :) I have put up my code here [1]. The code isn't all that clean and robust, but it works. Hope atleast some of you will find it useful. Any suggestions, feedback and code help is more than welcome. Thanks, Puneeth [1] https://github.com/punchagan/org-ghi