From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart McLean Subject: Re: Filling a paragraph without filling SCHEDULED line Date: Thu, 5 Apr 2012 19:58:35 -0700 Message-ID: References: <87bon8m1j6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFzNu-0003pG-Rg for emacs-orgmode@gnu.org; Thu, 05 Apr 2012 22:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFzNo-0006Qi-Af for emacs-orgmode@gnu.org; Thu, 05 Apr 2012 22:58:46 -0400 In-Reply-To: <87bon8m1j6.fsf@gnu.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Hello Bastien, I tried out `org-fill-paragraph' and it seems to work exactly the way I would like. Perhaps some people would prefer to have the scheduled line filled with the text, but I find this way makes the scheduled line stand out, and it is easier to delete without having to re-fill. Thank you so much for the fix. All the best, Stuart On 4/3/12, Bastien wrote: > Hi Stuart, > > Thanks for raising this issue. > > I implemented an exception in `org-fill-paragraph' that takes care of > handling your case correctly. Please test and confirm this works okay > for you. > > Best, > > -- > Bastien >