From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [orgweb patch] Add mailinglist archive alternatives Date: Wed, 05 Oct 2016 08:49:49 +0200 Message-ID: <84ponfuw6q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brg22-0001zx-Hm for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 02:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brg1y-0005Pg-Ed for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 02:50:21 -0400 Received: from [195.159.176.226] (port=40884 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brg1y-0005PC-8G for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 02:50:18 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1brg1e-0003T8-1O for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 08:49:58 +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" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi orgweb people and all, I propose to put the lists.gnu.org archive and The Mail Archive on the orgmode site, like in the patch below. WDYT? Ciao, -- Marco --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Add-links-to-alternative-mailing-list-archives.patch >From 7e72e47e6de1146fad668d4577b0fe0fe85a033d Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Wed, 5 Oct 2016 08:08:50 +0200 Subject: [PATCH] Add links to alternative mailing list archives * community.org: Add two links to alternative mailing list archives. --- community.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community.org b/community.org index 1def48e..605fef0 100644 --- a/community.org +++ b/community.org @@ -33,6 +33,9 @@ Browse it [[http://news.gmane.org/gmane.emacs.orgmode][through Gmane]]. #+end_html +Alternatively look at the archives of the mailing list at +[[http://lists.gnu.org/archive/html/emacs-orgmode/][lists.gnu.org]] or [[http://www.mail-archive.com/emacs-orgmode@gnu.org/][The Mail Archive]]. + The mailing list is /the/ central place for anything related to Org: help users, report bugs, suggest new features, etc. Don't hesitate! -- 2.10.0 --=-=-=--