From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: broken link in online docs Date: Wed, 18 Apr 2012 01:06:02 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKHU1-0000ch-NX for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 19:06:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKHTx-0001jV-0s for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 19:06:49 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:42721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKHTw-0001jH-Pk for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 19:06:44 -0400 Received: by obbeh20 with SMTP id eh20so4421052obb.0 for ; Tue, 17 Apr 2012 16:06:43 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi all, has a link "(see Calc)" that yields a 404. I know patches are preferred, but I don't know to what the link ought to point, so cannot fix the issue myself. Best, Brian vdB From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: broken link in online docs Date: Wed, 18 Apr 2012 16:56:35 +0200 Message-ID: <87aa29hyvw.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKWIB-0002dz-NS for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 10:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKWI5-0000ca-2q for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 10:55:35 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:33995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKWI4-0000cQ-PO for emacs-orgmode@gnu.org; Wed, 18 Apr 2012 10:55:28 -0400 Received: by eeke53 with SMTP id e53so2037774eek.0 for ; Wed, 18 Apr 2012 07:55:26 -0700 (PDT) In-Reply-To: (Brian van den Broek's message of "Wed, 18 Apr 2012 01:06:02 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brian van den Broek Cc: emacs-orgmode Hi Brian, Brian van den Broek writes: > has a link "(see href="../calc/index.html#Top">Calc)" that yields a 404. > > I know patches are preferred, but I don't know to what the link ought > to point, so cannot fix the issue myself. The problem is that the link is correct in the Info version of the manual and wrong in the HTML version of the manual. I don't know how to specify a HTML reference that will be different from the Info one. Using @uref{} does not help here. As such cases are rare, I suggest making a redirection from http://orgmode.org/calc/index.html#Top to http://www.delorie.com/gnu/docs/calc/calc_toc.html Jason, can you set this up? -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: broken link in online docs Date: Sat, 21 Apr 2012 00:05:51 +0200 Message-ID: <871uni2h4w.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLLwc-00029B-NZ for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 18:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLLwa-0002Uy-1I for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 18:04:46 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:36460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLLwZ-0002Rx-OS for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 18:04:43 -0400 Received: by wgbdr1 with SMTP id dr1so7484930wgb.30 for ; Fri, 20 Apr 2012 15:04:41 -0700 (PDT) In-Reply-To: (Brian van den Broek's message of "Wed, 18 Apr 2012 01:06:02 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brian van den Broek Cc: emacs-orgmode Brian van den Broek writes: > has a link "(see href="../calc/index.html#Top">Calc)" that yields a 404. I finally fixed this by creating a HTML redirection. Thanks, -- Bastien