From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Possible bug fontifying the terms in numbered description list Date: Tue, 05 Feb 2019 22:00:54 +0100 Message-ID: <87pns67xx5.fsf@nicolasgoaziou.fr> References: <87womfjm1l.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr7q1-0006SN-5W for emacs-orgmode@gnu.org; Tue, 05 Feb 2019 16:01:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr7q0-0003Zl-DK for emacs-orgmode@gnu.org; Tue, 05 Feb 2019 16:01:01 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:52805) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gr7q0-0003Yl-6T for emacs-orgmode@gnu.org; Tue, 05 Feb 2019 16:01:00 -0500 In-Reply-To: <87womfjm1l.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Mon, 04 Feb 2019 16:12:06 -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: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > Terms in description lists > > - Term :: definition > > are given an `org-list-dt' face, but the regex (org.el: l.6307 or > thereabouts) does not seem to apply to numbered description lists - in: > > 1. Term :: definition > > the Term is given no face at all: is that intentional? I think so. Description lists and numbered lists are distinct types, so you cannot mix both. Regards, -- Nicolas Goaziou