From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Prevent auto-fill-mode from filling Property values in drawers Date: Sat, 03 Feb 2018 15:40:00 +0100 Message-ID: <87d11muofz.fsf@nicolasgoaziou.fr> References: <87shaiuoxe.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehyz5-0000Xq-QY for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:40:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehyz5-0003Ry-0U for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:40:03 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45015) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehyz4-0003Qe-Ph for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:40:02 -0500 In-Reply-To: (Kaushal Modi's message of "Sat, 03 Feb 2018 14:33:18 +0000") 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 Kaushal Modi writes: > Did you copy and paste the whole ECM including the Local Variables? .. > because I can reproduce that in emacs -Q (emacs-26 branch). > > It's something about auto-fill-mode being on, that's different from > M-q. I think I spotted your mistake. Considering (a part of) your ECM: * Heading :PROPERTIES: :DESCRIPTION: This is a very long description that will auto fill at the =fill-column=. But this is inside a property drawer, so the auto-filling should be disabled. :END: There's a line between the heading and the properties drawer, so it is a regular drawer, where filling is allowed. `org-lint' warns you about this.