From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: Fill-paragraph and orgmode Date: Mon, 28 Jan 2008 12:46:08 -0600 Message-ID: References: <2f1c7d020801280254w4d3b86eeq35abf6282fff7540@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJYzl-0002LG-P2 for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 13:46:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJYzk-0002Kl-OF for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 13:46:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJYzk-0002Kg-C3 for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 13:46:12 -0500 Received: from rn-out-0910.google.com ([64.233.170.185] helo=rn-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJYzj-0003mc-65 for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 13:46:12 -0500 Received: by rn-out-0102.google.com with SMTP id e11so171987rng.0 for ; Mon, 28 Jan 2008 10:46:08 -0800 (PST) In-Reply-To: <2f1c7d020801280254w4d3b86eeq35abf6282fff7540@mail.gmail.com> Content-Disposition: inline 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: Hugo Schmitt Cc: emacs-orgmode@gnu.org On Jan 28, 2008 4:54 AM, Hugo Schmitt wrote: > * TODO Title > Words words words words words words words words words words words words > words > words words [2008-01-25 sex] For what it's worth, this looked right until I hit reply. About your real problem, I don't know what the right answer is. You need a way for wrap to know that you want the date stamp to mark the beginning of a paragraph. The problem is that right now they can be used in the middle of a paragraph and I believe some people (myself included) use that. I have a status log in each project where each entry starts with a date stamp and I avoid this problem by making each entry a list item. M-q handles indenting correctly then. ====================================================== * WORKING project foo *** Status Log - [2008-01-01] I'm starting today. The requirements are a little confusing but I know what I have to do. - [2008-01-02] Everything is going great. My code works exactly how I planned. - [2008-01-03] My tests pass. I'm done. The universe is in harmony. - [2008-01-04] OMFG! Dan is such a bonehead. He doesn't get how things have to work! - [2008-01-05] OK. I re-wrote some stuff. It's ugly but it works. Kinda. I wish people would read the requirements! ======================================================== I don't know if this will work for you. I was doing the status log as a list from the beginning, so the date stamp wrapping was never a problem for me. Edd