From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao MA Subject: Re: make org-fill-paragraph stop fill list headlines. Date: Sat, 23 Dec 2017 11:19:32 +0800 Message-ID: References: <87incyk544.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSaLZ-0002p5-Jz for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 22:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSaLW-00024y-Af for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 22:19:37 -0500 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]:45270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSaLW-00024S-0M for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 22:19:34 -0500 Received: by mail-it0-x231.google.com with SMTP id z6so16202971iti.4 for ; Fri, 22 Dec 2017 19:19:33 -0800 (PST) In-Reply-To: <87incyk544.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-org list Thanks. that really helps. best, On Sat, Dec 23, 2017 at 2:08 AM, Nicolas Goaziou wrote: > 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 -- Best, Shiyao