From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: [Emacs-orgmode] cannot store link to an info ode? Date: Fri, 14 Jan 2011 22:54:50 +0100 Message-ID: <80ipxrf8wl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pdrc8-0005FY-3e for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:55:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pdrc3-00069t-1a for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:55:16 -0500 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:34577 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pdrc2-00069p-ST for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 16:55:15 -0500 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: Org mode , "T. V. Raman" Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= Hello, I am restarting this very old thread: http://lists.gnu.org/archive/html/emacs-orgmode/2006-05/msg00121.html see also http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg01229.html I realized that `M-x org-store-link' does now work with info nodes, and that the info nodes links are correctly followed and documented. The link format is like this: [[info:org.info:External%20links][some description]] This format contradicts the assumption made in the URL package, according to URL documentation the format should have been [[info:org.info#External%20links][some description]] i.e. the second colon is a sharp instead. I am not saying that URL is correct and org wrong, but at least there should be something done for ensuring compatibility (like asking URL maintainer to support also Org format, or implementing also the URL format in org) I am also wondering why Org did not align on the convention made by URL which seems to be earlier. Finally I make again the same suggestion, it would be good to have also a line pointer, especially as it seems that the latest version of info also have a line pointer in the index nodes. VBR, Vincent.