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 23:16:04 +0100 Message-ID: <874lmxvhwb.fsf@nicolasgoaziou.fr> References: <87shaiuoxe.fsf@nicolasgoaziou.fr> <87d11muofz.fsf@nicolasgoaziou.fr> <87372i82p5.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei66U-0003lI-Dz for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 17:16:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei66T-00086e-Ib for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 17:16:10 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:37744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ei66T-00085M-Cf for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 17:16:09 -0500 In-Reply-To: (Kaushal Modi's message of "Sat, 03 Feb 2018 17:41:31 +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: Nick Dokos , emacs-orgmode@gnu.org Kaushal Modi writes: > 1. Download the attached Org file (property-auto-fill.org). > 2. emacs -Q property-auto-fill.org > 3. Navigate to the Heading, hit TAB, then to the PROPERTY drawer, hit TAB. > 4. Go to the end of the DESCRIPTION property, hit RET. Wait... What? Properties drawers do not contain blank lines. If you hit , this is no longer a properties drawer, but a regular one, where auto-filling is allowed. If you want to add a new property, use C-c C-x p, or, if you insist on typing it manually, use C-q instead.