From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: make org-fill-paragraph stop fill list headlines. Date: Fri, 22 Dec 2017 19:08:27 +0100 Message-ID: <87incyk544.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSRkL-0006fu-RA for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 13:08:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSRkG-0006DV-Sy for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 13:08:37 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSRkG-0006Bz-MR for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 13:08:32 -0500 In-Reply-To: (Shiyao MA's message of "Fri, 22 Dec 2017 15:48:03 +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: Shiyao MA Cc: emacs-org list Hello, Shiyao MA writes: > given this: > >>> > some text. > - a list node. > some context. > << > > after filling, it will be: >>> > some text. > - a list node. some context. > << > > possible to stop the joining of the list headline (=a list node.=) and > the content (=some context=)? You can use line break: - a list node. \\ some context. Regards, -- Nicolas Goaziou