From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dale Smith Subject: Customizable link types Date: Fri, 22 Sep 2006 21:57:34 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQt21-0003td-0A for emacs-orgmode@gnu.org; Fri, 22 Sep 2006 17:58:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQt1y-0003tI-5S for emacs-orgmode@gnu.org; Fri, 22 Sep 2006 17:58:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQt1y-0003tF-2q for emacs-orgmode@gnu.org; Fri, 22 Sep 2006 17:57:58 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GQt5m-0007nm-U5 for emacs-orgmode@gnu.org; Fri, 22 Sep 2006 18:01:55 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GQt1q-0005Mp-CZ for emacs-orgmode@gnu.org; Fri, 22 Sep 2006 23:57:50 +0200 Received: from reverse.162.229.178.66.static.ldmi.com ([reverse.162.229.178.66.static.ldmi.com]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Sep 2006 23:57:50 +0200 Received: from dalepsmith by reverse.162.229.178.66.static.ldmi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Sep 2006 23:57:50 +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: emacs-orgmode@gnu.org I've been trying out org-mode instead of planner-el for a few weeks now. I like it. However, there are a few things I miss. One is how easy it was to ad my own hyperlink types. This was all I needed to add Bugzilla:: links: (setq muse-wiki-interwiki-alist '(("Bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id="))) So what do you think about some way of adding customizable hyperlinks? -Dale