From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Possible bug fontifying the terms in numbered description list Date: Mon, 04 Feb 2019 16:12:06 -0500 Message-ID: <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]:45833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqlXh-0004fz-1p for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 16:12:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqlXe-00028N-LO for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 16:12:35 -0500 Received: from [195.159.176.226] (port=35088 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqlXT-0001wX-Oe for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 16:12:26 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gqlXL-000PHW-Io for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 22:12:15 +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: emacs-orgmode@gnu.org 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? Version: Org mode version 9.2 (release_9.2-209-gdeb5c4 @ /home/nick/elisp/org-mode/lisp/) Ref: https://emacs.stackexchange.com/questions/47560/customize-the-colour-of-term-in-description-list Thanks! -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler