From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: headlines escape blocks [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)] Date: Sat, 07 Dec 2019 12:12:32 +0100 Message-ID: <877e38wfrz.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47084) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idY0v-0002ib-Uj for emacs-orgmode@gnu.org; Sat, 07 Dec 2019 06:12:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idY0u-0001Lt-HO for emacs-orgmode@gnu.org; Sat, 07 Dec 2019 06:12:41 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:58823) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idY0u-0001Em-AJ for emacs-orgmode@gnu.org; Sat, 07 Dec 2019 06:12:40 -0500 In-Reply-To: (Tom Gillespie's message of "Fri, 6 Dec 2019 21:20:38 -0800") 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: Tom Gillespie Cc: emacs-orgmode@gnu.org Hello, Tom Gillespie writes: > * Description > Headlines are not ignored inside of blocks when the headline is not indented. > > * Affected versions > 9.1.9, 9.3 > > * Observed behavior > Lines starting with any headline pattern =*=, =**= etc. are treated as > headlines inside all block types. Example and source blocks highlight > as if the text is escaped, diverging from the behavior of org-mode. > Verse blocks highlight as a headline, in agreement with the behavior. This is the expected behaviour. See (info "(org) Literal Examples") Regards, -- Nicolas Goaziou