From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: folding of plain list entries Date: Fri, 27 Feb 2009 10:14:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcyoG-0001oF-BZ for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 04:15:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcyoE-0001ny-Sc for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 04:15:07 -0500 Received: from [199.232.76.173] (port=54875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcyoE-0001nu-Ow for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 04:15:06 -0500 Received: from main.gmane.org ([80.91.229.2]:35484 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LcyoD-0000Jb-WC for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 04:15:06 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcyoA-00073p-Rx for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 09:15:02 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 09:15:02 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 09:15:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thanks org we are able to not only fold genuine headline entries but also plain text items like - item subject title contents contents contents to - item subject title....> The manual tells us that the VISIBILITY property helps to change the visibility of entries. I could not get this to work for the plain text entries. I would like to see them folded on startup. Should this already be possible? Rainer