From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-info: Fix html export of info link Date: Sat, 21 Jan 2017 14:21:43 +0100 Message-ID: <87inp8czvc.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUvc5-0005Ob-2P for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 08:21:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUvc3-0001Z4-Lh for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 08:21:49 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58933) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cUvc3-0001YW-G2 for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 08:21:47 -0500 In-Reply-To: (Chunyang Xu's message of "Fri, 20 Jan 2017 01:51:38 +0800") 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" To: Chunyang Xu Cc: emacs-orgmode@gnu.org Hello, Chunyang Xu writes: > I notice the html export (actually, the HTML URL anchor part) of info > link is incorrect in some cases, for example > in (info "(org) Built-in table editor"), the corresponding org link is > > [[info:org#Built-in%20table%20editor][info:org#Built-in table editor]] > > org exports it to > > https://www.gnu.org/software/emacs/manual/html_mono/org.html#Built-in-table-editor > > but the correct one is > > https://www.gnu.org/software/emacs/manual/html_mono/org.html#Built_002din-table-editor > > I have submitted a patch to fix this. Thank you. I applied your patch with some minor refactoring. I also added TINYCHANGE at the end of the commit message. Please consider signing FSF papers if you want to further contribute to Org mode. Regards, -- Nicolas Goaziou