From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao MA Subject: make org-fill-paragraph stop fill list headlines. Date: Fri, 22 Dec 2017 15:48:03 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSI3r-0001My-VB for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 02:48:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSI3o-0000Fg-Ri for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 02:48:08 -0500 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]:35327) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSI3o-0000F4-MI for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 02:48:04 -0500 Received: by mail-io0-x22e.google.com with SMTP id 14so17202621iou.2 for ; Thu, 21 Dec 2017 23:48:04 -0800 (PST) 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: emacs-org list Hi, 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=)? Adding an empty line like: >> some text. - a list node. some context. << will definitely do, but it make the text rather scattered. -- Best, Shiyao