From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willi Schiegel Subject: Hiding empty lines when collapsing lists Date: Thu, 31 Jan 2019 09:30:14 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gp7kI-0002E0-9w for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 03:30:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gp7kG-0008CO-8E for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 03:30:49 -0500 Received: from zimbra.technologit.de ([178.63.150.146]:40574) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gp7kE-0007zc-AJ for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 03:30:46 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.technologit.de (Postfix) with ESMTP id B25C3D62FC4 for ; Thu, 31 Jan 2019 09:30:15 +0100 (CET) Received: from zimbra.technologit.de ([127.0.0.1]) by localhost (zimbra.technologit.de [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id nnNig-kqQPZw for ; Thu, 31 Jan 2019 09:30:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.technologit.de (Postfix) with ESMTP id 1FE86D62FC2 for ; Thu, 31 Jan 2019 09:30:15 +0100 (CET) Received: from zimbra.technologit.de ([127.0.0.1]) by localhost (zimbra.technologit.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id T_LewbmlEJ0O for ; Thu, 31 Jan 2019 09:30:15 +0100 (CET) Received: from sedenko.bccn-berlin.pri (deighton.bccn-berlin.de [141.20.241.2]) by zimbra.technologit.de (Postfix) with ESMTPSA id D7FF5D62FC1 for ; Thu, 31 Jan 2019 09:30:14 +0100 (CET) Content-Language: de-DE 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: org-mode Hello, is there some configuration setting where empty lines in lists get folded? Here is what I would like to have. List item 1 with some text and an empty line at the end to separate the text from List item 2 - List item 1 Text on first line Text on second line - List item 2 - List item 3 When collapsed it should look like - List item 1 - List item 2 - List item 3 At the moment I would have - List item 1 - List item 2 - List item 3 This works perfect with headings but not with lists. I found two or three discussions about this but nothing worked for me. Thank you, Willi