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.