From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: using org for meeting agendas and minutes? Date: Mon, 18 Feb 2008 12:19:13 +0100 Message-ID: References: <20080209125607.GC20023@atlantic.linksys.moosehall> <15369.1203180295@localhost> <20080217172404.GB13568@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR41r-0004Rt-5Z for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:19:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR41p-0004RJ-LE for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:19:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR41p-0004RF-C6 for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:19:21 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JR41p-0000VB-5r for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 06:19:21 -0500 Received: by ug-out-1314.google.com with SMTP id a2so314278ugf.48 for ; Mon, 18 Feb 2008 03:19:20 -0800 (PST) In-Reply-To: <20080217172404.GB13568@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list On Feb 17, 2008, at 6:24 PM, Adam Spiers wrote: > On Sat, Feb 16, 2008 at 04:44:55PM +0000, Pete Phillips wrote: >> Hi Adam >> >> Did you get anywhere with the ideas of taking minutes etc ? > > I didn't have much feedback yet, but I did actually produce some > minutes in HTML using org. However I found it quite a struggle due to > one or two things, e.g. > > ** 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. - Carsten