From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6JjpF1etxl4+egAA0tVLHw (envelope-from ) for ; Thu, 21 May 2020 16:33:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id YISZE1etxl4+ewAAB5/wlQ (envelope-from ) for ; Thu, 21 May 2020 16:33:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 084839411A8 for ; Thu, 21 May 2020 16:32:28 +0000 (UTC) Received: from localhost ([::1]:39188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbo7N-0005vP-Kp for larch@yhetil.org; Thu, 21 May 2020 12:32:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbo6u-0005um-Ek for emacs-orgmode@gnu.org; Thu, 21 May 2020 12:31:56 -0400 Received: from ericabrahamsen.net ([52.70.2.18]:46168 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbo6r-0003ie-KH for emacs-orgmode@gnu.org; Thu, 21 May 2020 12:31:56 -0400 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id D161AFA157; Thu, 21 May 2020 16:31:40 +0000 (UTC) From: Eric Abrahamsen To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Subject: Re: issue tracker? References: <87ftbw3mvw.fsf@alphaville.usersys.redhat.com> <6ffc8465-fdeb-4981-8303-43f09e26e0c1@www.fastmail.com> <20200519073352.GC7874@tuxteam.de> <20200519165720.GQ30250@volibear> <87d06z9czz.fsf@ucl.ac.uk> <20200520114026.034c24c2@linux-h0yu.plc.hootoo.com> <87r1vdg12u.fsf@nicolasgoaziou.fr> <87zha1s5vh.fsf@gmail.com> Date: Thu, 21 May 2020 09:31:39 -0700 In-Reply-To: <87zha1s5vh.fsf@gmail.com> (=?utf-8?Q?=22K=C3=A9vin?= Le Gouguec"'s message of "Thu, 21 May 2020 16:46:26 +0200") Message-ID: <87lfll45ck.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/21 12:31:42 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=ericabrahamsen.net (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: bD8TrToEnbyv K=C3=A9vin Le Gouguec writes: > Nicolas Goaziou writes: > >> - As pointed out, Org has a bug tracker : Emacs' Debbugs. See >> . Org users do not send bugs >> through it much. > > (In the event that they do, should whoever follows bug-gnu-emacs refer > these users to emacs-orgmode?) Maybe a first step would be changing `org-submit-bug-report' to submit the bug to debbugs, not to this mailing list? I know I'd be happy to help with bug triage, but I don't go wading through this mailing list like I used to. I do use debbugs for other stuff, though, and it would be easy to add an extra filter that I check regularly. 2=C2=A2...