From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Neal Subject: Re: cannot store link to an info ode? Date: Sat, 20 May 2006 23:31:57 -0400 Message-ID: <877j4g59zm.fsf@tolchz.net> References: <17519.52802.196530.790504@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fheer-0006iP-QA for emacs-orgmode@gnu.org; Sat, 20 May 2006 23:31:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fheeo-0006iD-8l for emacs-orgmode@gnu.org; Sat, 20 May 2006 23:31:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fheeo-0006iA-1A for emacs-orgmode@gnu.org; Sat, 20 May 2006 23:31:06 -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 1FheiT-0004nr-VD for emacs-orgmode@gnu.org; Sat, 20 May 2006 23:34:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fheeh-0003ZZ-NO for emacs-orgmode@gnu.org; Sun, 21 May 2006 05:30:59 +0200 Received: from c-68-53-20-25.hsd1.ky.comcast.net ([68.53.20.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 May 2006 05:30:59 +0200 Received: from tolchz by c-68-53-20-25.hsd1.ky.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 May 2006 05:30:59 +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 --=-=-= "T. V. Raman" writes: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=org-info.patch Content-Description: Adds an info: link to org-mode --- ../org.el 2006-05-20 23:28:27.491989152 -0400 +++ org.el 2006-05-20 23:23:37.445082984 -0400 @@ -2666,7 +2666,7 @@ (defconst org-non-link-chars "]\t\n\r<>") (defconst org-link-types '("https?" "ftp" "mailto" "file" "news" "bbdb" "vm" - "wl" "mhe" "rmail" "gnus" "shell")) + "wl" "mhe" "rmail" "gnus" "shell" "info")) (defconst org-link-re-with-space (concat " I was mildly surprized/disappointed when C-c l org-store-link > raised an error in an info buffer. > How about teaching org about info: links? > > -- > Best Regards, > --raman Here is a patch to do this. I haven't tested it too much and there may be a better way, but it works for me. Todd --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--