From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG - strange characters showing in agenda after times displayed Date: Sun, 10 Sep 2017 13:48:59 +0200 Message-ID: <87y3pmzsd0.fsf@nicolasgoaziou.fr> References: <87pob0qltj.fsf@skimble.plus.com> <87y3pn0yif.fsf@nicolasgoaziou.fr> <87h8wazugf.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dr0jZ-0004eN-JO for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dr0jV-00026d-KL for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:49:05 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:36607) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dr0jV-00026T-EL for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 07:49:01 -0400 In-Reply-To: <87h8wazugf.fsf@skimble.plus.com> (Sharon Kimble's message of "Sun, 10 Sep 2017 12:03:44 +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: Sharon Kimble Cc: Org Mode List Sharon Kimble writes: > ECM? What's that? I know what a 'MWE' is, but 'ECM' has me flummoxed. This is a FAQ, at . For reference, here is the answer: This is a French acronym used by some mailing list members; it stands for "Exemple Complet Minimal", or "Complete Minimal Example". The term refers to test files that can reliably reproduce a bug with the minimal amount of code. When you report a bug to the mailing list, you should provide a minimal .org file (with no more text than necessary) that demonstrates the bug. So, basically ECM = MWE. Regards,