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 eMMIERyVYF/negAA0tVLHw (envelope-from ) for ; Tue, 15 Sep 2020 10:19:08 +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 YD1DCxyVYF8PNQAAB5/wlQ (envelope-from ) for ; Tue, 15 Sep 2020 10:19:08 +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 5516394053F for ; Tue, 15 Sep 2020 10:19:07 +0000 (UTC) Received: from localhost ([::1]:34134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI83F-0002f2-4n for larch@yhetil.org; Tue, 15 Sep 2020 06:19:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI4QB-0004lR-4k for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 02:26:31 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:34804 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1kI4Q9-0005Wm-8E for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 02:26:30 -0400 Received: from [192.168.1.77] ([176.148.106.69]) by mwinf5d48 with ME id U6SM2300A1VrjZ4036SNiZ; Tue, 15 Sep 2020 08:26:23 +0200 X-ME-Helo: [192.168.1.77] X-ME-Auth: c2ViYXN0aWVuLm1pcXVlbDkxQHdhbmFkb28uZnI= X-ME-Date: Tue, 15 Sep 2020 08:26:23 +0200 X-ME-IP: 176.148.106.69 To: bzg@gnu.org References: <87y2lqq6ck.fsf@gnu.org> Subject: Re: [PATCH] Bug: Fontification: Heading following a comment From: Sebastien Miquel Message-ID: <8014fc55-b761-2158-f4f8-125603bc6fd7@orange.fr> Date: Tue, 15 Sep 2020 08:26:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <87y2lqq6ck.fsf@gnu.org> Content-Type: multipart/mixed; boundary="------------F0A9E37A55A191487717C3E3" Content-Language: fr Received-SPF: none client-ip=80.12.242.123; envelope-from=sebastien.miquel91@orange.fr; helo=smtp.smtpout.orange.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/15 02:26:23 X-ACL-Warn: Detected OS = Linux 2.6.x [fuzzy] X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 15 Sep 2020 06:18:17 -0400 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: sebastian.miele@gmail.com, 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=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: -1.01 X-TUID: BhFJo0xH4qWi This is a multi-part message in MIME format. --------------F0A9E37A55A191487717C3E3 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, The simple patch attached should fix this bug. --------------F0A9E37A55A191487717C3E3 Content-Type: text/x-patch; charset=UTF-8; name="0001-org.el-org-fontify-meta-lines-and-blocks-1-Fix-meta-.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-org.el-org-fontify-meta-lines-and-blocks-1-Fix-meta-.pa"; filename*1="tch" >From 27dd7e7cbde6650932342d302000914d72179327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Miquel?= Date: Tue, 15 Sep 2020 08:08:14 +0200 Subject: [PATCH] org.el (org-fontify-meta-lines-and-blocks-1): Fix meta lines regexp * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix meta lines regexp TINYCHANGE --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 020cfc873..038b4a7e0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5221,7 +5221,7 @@ by a #." (when (re-search-forward (rx bol (group (zero-or-more blank) "#" (group (group (or (seq "+" (one-or-more (any "a-zA-Z")) (optional ":")) - space + blank eol)) (optional (group "_" (group (one-or-more (any "a-zA-Z")))))) (zero-or-more blank) -- 2.28.0 --------------F0A9E37A55A191487717C3E3--