From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Landscheidt Subject: Re: Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org Date: Mon, 05 Feb 2018 14:32:02 +0000 Message-ID: <87eflzecd9.fsf@passepartout.tim-landscheidt.de> References: <87fu7hlr4x.fsf@passepartout.tim-landscheidt.de> <871siplgkz.fsf@passepartout.tim-landscheidt.de> <87efmorwwk.fsf@nicolasgoaziou.fr> <87inbzw1kk.fsf@passepartout.tim-landscheidt.de> <87a7xard7u.fsf@nicolasgoaziou.fr> <874lniwv5p.fsf@passepartout.tim-landscheidt.de> <87lggtpy8p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eihpY-0000VB-23 for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 09:33:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eihpT-0003oY-PM for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 09:33:12 -0500 Received: from [195.159.176.226] (port=44029 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eihpT-0003nz-HY for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 09:33:07 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eihmy-0004JV-71 for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 15:30:32 +0100 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: emacs-orgmode@gnu.org Nicolas Goaziou wrote: >> Could you then please document TINYCHANGE in >> README_contribute? Merci! > This is already covered at > I may be biased here because I did not find that :-), but that page is referenced in the org-mode repository only in README_maintainer with the context: | […] | The list of all contributors from who we have the papers is kept on | Worg at https://orgmode.org/worg/org-contribute.html, so that | committers can check if a patch can go into the core. | […] and in etc/ORG-NEWS with the context: | […] | * Version 9.1 | […] | ** Miscellaneous | *** The Library of Babel now on Worg | The library-of-babel.org used to be accessible from the =doc/= | directory, distributed with Org’s core. It is now accessible | from the Worg community-driven documentation [[https://orgmode.org/worg/library-of-babel.html][here]]. | If you want to contribute to it, please see [[https://orgmode.org/worg/org-contribute.html][how to contribute]]. | […] Especially, it is not linked to from README_contribute :-). Tim