From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Filling a paragraph without filling SCHEDULED line Date: Tue, 03 Apr 2012 12:50:26 -0400 Message-ID: <87fwckn4j1.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6wC-00052K-5v for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF6wA-0008RH-FE for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:50:31 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6wA-0008R1-Av for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:50:30 -0400 In-Reply-To: (Stuart McLean's message of "Mon, 2 Apr 2012 22:57:35 -0700") 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: Stuart McLean Cc: emacs-orgmode@gnu.org Stuart McLean writes: > Hello everyone, > > I am wondering how to fill a paragraph without filling a SCHEDULED line as well. > > Here is an example: > > When I press `M-q', I would like 2. rather than 1. > > 1. > * heading 1 > SCHEDULED: <2012-04-02 Mon> foo bar baz foo bar baz foo bar baz foo > bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz > foo bar baz > > 2. > * heading 2 > SCHEDULED: <2012-04-02 Mon> > foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar > baz foo bar baz foo bar baz foo bar baz foo bar baz > > Does anyone have any pointers as to how to achieve this? > > Thanks everyone, for org-mode. It is a great community. I just insert a blank line and then (optionally) remove it again so the SCHEDULED: is by itself before filling. HTH, Bernt