From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: OrgmodeOrg-mode as a bug tracker. Date: Tue, 21 Jul 2009 08:01:56 +0200 Message-ID: <87k5228t0n.fsf@bzg.ath.cx> References: <87ocrj728a.fsf@telefonica.net> <87zlay6hm5.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT8Zq-0007ze-5S for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 02:11:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT8Zl-0007xQ-2Z for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 02:11:49 -0400 Received: from [199.232.76.173] (port=55720 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT8Zk-0007xL-Tv for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 02:11:44 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:63904) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT8Zk-0001hS-L1 for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 02:11:44 -0400 Received: by mail-pz0-f202.google.com with SMTP id 40so1963573pzk.14 for ; Mon, 20 Jul 2009 23:11:44 -0700 (PDT) In-Reply-To: <87zlay6hm5.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Tue, 21 Jul 2009 01:48:34 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Cc: emacs-orgmode@gnu.org Óscar Fuentes writes: > Wes Hardaker writes: > >> o> The only downside is the lack of a referenced wiki system: simple links >> o> to revisions (r1010) tickets (#245) etc. >> >> You can actually get around this somewhat if you're linking to, say, a >> svn web server. I do this using something like this: >> >> (setq org-link-abbrev-alist >> '( >> ("nsb" >> . "http://sourceforge.net/tracker/index.php?func=detail&group_id=12694&atid=112694&aid=%s"))) >> >> Thus any links like [[nsb:1234]] will link to the right web page for bug >> #1234 in the Net-SNMP bug database. SVN repo pointers, etc, can be done >> just as easily. More generally, using Org as a front-end for other bug tracking online tools looks more actionnable than using it as a back-end. > I was thinking along this lines for implementing links to subversion > revisions. However, links to bugs reports are not so easy, because you > must explicitly assign a unique id to each TODO. org-id.el is not very > human-friendly as it generates long ids. Aren't those ids always hidden, either within a link or within a drawer? > I guess it is possible to fix this with some lisp customizations. Once > the automatic generation and insertion of a simple (counter-based) > unique id for each new TODO is achieved, linking to bugs becomes easy > using the mechanism you mentioned above. I think it's already the case. -- Bastien