From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Failing org-num-mode test Date: Tue, 08 Jan 2019 11:33:34 +0100 Message-ID: <87imyzcubl.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggohY-0006rl-2Q for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 05:33:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggohX-0001hP-Ha for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 05:33:40 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:34511) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggohX-0001ad-C3 for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 05:33:39 -0500 In-Reply-To: (Kaushal Modi's message of "Mon, 7 Jan 2019 08:40:38 -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.org@gnu.org Sender: "Emacs-orgmode" To: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > While recently working on few Org tag fixes in org.el, I was running make > test, and saw 1 test related to the recently added org-num-mode fail. > > The failure can be quickly recreated with: > > make test BTEST_RE=test-org-num As pointed out by Kyle Meyer (Cc'ed), I forgot to (require 'org-num). This is now fixed. Thank you. Regards, -- Nicolas Goaziou