From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?=D3scar_Fuentes?= Subject: Re: OrgmodeOrg-mode as a bug tracker. Date: Tue, 21 Jul 2009 01:48:34 +0200 Message-ID: <87zlay6hm5.fsf@telefonica.net> References: <87ocrj728a.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT2bG-0005FI-Ep for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:48:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT2bB-0005Ey-73 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:48:53 -0400 Received: from [199.232.76.173] (port=47393 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT2bB-0005Ev-1w for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:48:49 -0400 Received: from main.gmane.org ([80.91.229.2]:44954 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MT2bA-00077Q-JV for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 19:48:48 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MT2b7-0002c1-8b for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 23:48:45 +0000 Received: from 184.red-83-53-125.dynamicip.rima-tde.net ([83.53.125.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jul 2009 23:48:45 +0000 Received: from ofv by 184.red-83-53-125.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jul 2009 23:48:45 +0000 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: emacs-orgmode@gnu.org 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. 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. 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. -- Óscar