From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: org-debbugs.el Date: Fri, 27 Sep 2013 23:50:51 +0200 Message-ID: <20130927215051.GK12411@kuru.dyndns-at-home.com> References: <86ioxp2vbb.fsf@somewhere.org> <20130925080403.GS12411@kuru.dyndns-at-home.com> <86siwt1d9c.fsf@somewhere.org> <8738otjkdt.fsf@gmx.de> <871u4czq4t.fsf@gmx.de> <20130926002156.GA13887@kuru.dyndns-at-home.com> <86vc1of3cp.fsf@somewhere.org> <87eh8ckjtk.fsf@gmx.de> <87mwmydpz3.fsf_-_@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPfwC-0006P6-If for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 17:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPfw7-0000q1-7E for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 17:51:00 -0400 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:58251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPfw6-0000pb-Vn for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 17:50:55 -0400 Received: by mail-ee0-f42.google.com with SMTP id b45so1511641eek.1 for ; Fri, 27 Sep 2013 14:50:54 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87mwmydpz3.fsf_-_@gmx.de> 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 On Fri, Sep 27, 2013 at 09:28:00PM +0200, Michael Albinus wrote: > Hi, > > I have produced a very first shot of org-debbugs.el. It shows you bug > reports from debbugs.gnu.org as TODO items. It needs the debbugs package > from the GNU ELPA repository. > > If you want to try it, you could call > > (org-debbugs nil '("org-mode")) > > You will see a list of TODO items which belong to the org-mode bugs on > debbugs.gnu.org. The last link of such an item, [[Messages]], shows you > all corresponding messages for that bug. > > If you want to see a bulk of bug reports, call > > (org-debbugs > '("serious" "important" "normal") > '("emacs")) > > This returns much more bugs (from the "emacs" project), presented as > chunk of 500 TODO items. If you follow the link at the very end of the > buffer, you will get the next 500 items. And so on. > > You can call it also interactively, via "M-x org-debbugs" or "C-u M-x > org-debbugs". > > Have fun! I did not do extensive testing, but from a quick look, absolutely amazing! This package should definitely go into contrib. Thanks a lot Michael. :) -- Suvayu Open source is the future. It sets us free.