From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible bug report: URL capitalization in online manual Date: Sat, 08 Feb 2020 20:56:23 +0100 Message-ID: <874kw026qg.fsf@bzg.fr> References: <87pneo3n7t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56929) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0WDJ-0007Kv-Ps for emacs-orgmode@gnu.org; Sat, 08 Feb 2020 14:56:26 -0500 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Ori Cc: emacs-orgmode@gnu.org Hi Ori, Ori writes: > I'm not sure which=C2=A0repo this all lives in but I believe since > information has been added to the paths, this should be easy. The > other direction would be trickier and would need the old scheme. > > Wherever the current filename has capital letters after the first > character, make an alias using the sentence-case version. > > Happy to take a stab at this if you can point me to the repo! Thanks a lot for your help! https://code.orgmode.org/bzg/org-mode/ is where doc/org-manual.org lives. By exporting the manual with ~$ make html and bisecting from Org's repository, you may find the list of aliases that I can add. I searched nginx docs on how to make URL matching case-insensible: from what I understand, you can rewrite a case-sensibility-ignored URL to another URL, but you cannot completely ignore case-sensibility. If I am wrong, please let me know. --=20 Bastien