From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: logdone enhancement Date: Wed, 27 Feb 2013 14:08:09 -0500 Message-ID: <4042.1361992089@alphaville> References: <512DA5E5.7040703@lbl.gov> <87vc9eupes.fsf@bzg.ath.cx> <512E52C7.2050009@lbl.gov> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmY0-0005zL-8O for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:20:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAmXl-0007IW-OQ for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:20:06 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:35614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmXl-0007EA-Iz for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:19:57 -0500 In-Reply-To: Message from Arun Persaud of "Wed, 27 Feb 2013 10:39:03 PST." <512E52C7.2050009@lbl.gov> 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: Arun Persaud Cc: Bastien , emacs-orgmode Arun Persaud wrote: > Hi > > >> * project > >> ** TODO headline :repeat: > >> a longer description of what the todo item is about > >> SCHEDULED: <2013-06-18 Tue +1m> > > > > The SCHEDULED line should be right after the headline, see the manual. > > It can sometimes work when it is on another line, but this is > > accidental, you should put the line right after the headline. > > I just tried > > * project > ** TODO headline :repeat: > SCHEDULED: <2013-06-18 Tue +1m> > a longer description of what the todo item is about > > but this will still add the state-changed-line between the SCHEDULED > line and the longer description (it will also add the property drawer > there, if it doesn't exist). If you track some daily changes this can > move the longer description away from the top quite fast, which is what > I would like to avoid. > Isn't that what the LOGBOOK drawer is for? You put the mess in there, so it's available when you open it, but you don't have to look at it most of the time. Nick