From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Update for habit documentation Date: Thu, 14 Oct 2010 14:07:09 +0200 Message-ID: <2ABF43F2-80AB-4F2D-8DCC-7F578D072F9C@gmail.com> References: <4C98C8CB.1030704@panix.com> <376B9838-8EAC-401B-BDFE-603ABE761469@gmail.com> <4CB60DCA.4020102@alum.mit.edu> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57919 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6MaY-0007Ge-To for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6MaX-0000TL-Qy for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:07:14 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:41015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6MaX-0000TC-MV for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:07:13 -0400 Received: by ewy5 with SMTP id 5so2652439ewy.0 for ; Thu, 14 Oct 2010 05:07:13 -0700 (PDT) In-Reply-To: <4CB60DCA.4020102@alum.mit.edu> 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: rjhorn@alum.mit.edu Cc: Robert Horn , emacs-orgmode@gnu.org Applied, thanks! - Carsten On Oct 13, 2010, at 9:51 PM, Robert Horn wrote: > On 09/29/2010 12:07 PM, Carsten Dominik wrote: >> Hi Robert, >> >> would you like to formulate a patch to org.texi? >> > > This is my proposed patch. I hope I've done this right. > > *** org.texi 2010-10-06 09:06:20.000000000 -0400 > --- org.texi-original 2010-07-21 12:42:48.000000000 -0400 > *************** > *** 3809,3818 **** > @item > The property @code{STYLE} is set to the value @code{habit}. > @item > ! The TODO has a scheduled date, usually with a @code{.+} style repeat > interval. > ! A @code{++} style may be appropriate for habits with time > constraints, > e.g., > ! must be done on weekends, or a @code{+} style for an unusual habit > that can > ! have a backlog, e.g., weekly reports. > @item > The TODO may also have minimum and maximum ranges specified by > using the > syntax @samp{.+2d/3d}, which says that you want to do the task at > least every > --- 3809,3815 ---- > @item > The property @code{STYLE} is set to the value @code{habit}. > @item > ! The TODO has a scheduled date, with a @code{.+} style repeat > interval. > @item > The TODO may also have minimum and maximum ranges specified by > using the > syntax @samp{.+2d/3d}, which says that you want to do the task at > least every - Carsten