From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: using org for meeting agendas and minutes? Date: Mon, 18 Feb 2008 11:47:06 +0000 Message-ID: <20080218114706.GD22201@atlantic.linksys.moosehall> References: <20080209125607.GC20023@atlantic.linksys.moosehall> <15369.1203180295@localhost> <20080217172404.GB13568@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR4Sx-00052F-PR for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:47:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR4Sv-0004xH-LQ for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:47:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR4Sv-0004x5-At for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:47:21 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JR4Sv-0006zk-1y for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:47:21 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m1IBlJYL015220 for ; Mon, 18 Feb 2008 05:47:19 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m1IBlJt8015205 for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 11:47:19 GMT Content-Disposition: inline In-Reply-To: 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 On Mon, Feb 18, 2008 at 12:19:13PM +0100, Carsten Dominik wrote: > On Feb 17, 2008, at 6:24 PM, Adam Spiers wrote: > >** This is some subtopic of the main agenda/minutes structure which > > has some initial explanatory text taking more than one line. The > > text fill functions won't work nicely, and the first line will be > > treated as a heading, even though I don't want the subtopic to have > > any heading. > >*** Likewise the problem exists in this sub-subtopic where again I > > don't want any heading. > >**** ACTION but I couldn't change the above to nested list items, > > because then I couldn't have them contain TODO items such as this > > action. > > > >Is there any way to have heading-less subtopics in org, where multiple > >lines in the source document are treated as part of one paragraph, can > >be re-filled to a given line wrap, and formatted accordingly during > >export? > > Plain lists sort-of do this. That was the first thing I tried, but see above comment about the resulting restriction on TODO items.