From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: confused about logging Date: Wed, 14 Apr 2010 13:49:57 +0200 Message-ID: <4C3293F7-5A24-4AE3-ADDE-A4376B88C221@gmail.com> References: <87wrwc2owz.fsf@cantor.home> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O216a-0007CE-3w for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 07:50:04 -0400 Received: from [140.186.70.92] (port=44490 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O216Y-0007BQ-It for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 07:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O216W-0000Ea-Ou for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 07:50:02 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:49485) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O216W-0000EI-If for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 07:50:00 -0400 Received: by ewy6 with SMTP id 6so7824ewy.32 for ; Wed, 14 Apr 2010 04:49:59 -0700 (PDT) In-Reply-To: <87wrwc2owz.fsf@cantor.home> 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: Dan Griswold Cc: emacs-orgmode@gnu.org On Apr 13, 2010, at 2:10 AM, Dan Griswold wrote: > Hi all, > > I have a repeating task, like so: > > *** TODO Print copies :@PRINT: > SCHEDULED: <2010-03-09 Tue ++1w> > > I would like to have things set so that when I change the todo state, > and the schedule advances, then there will not be any logging done. > > However, with org-log-repeat, org-log-done, and org-log-done-with-time > all set to nil (indeed, it appears all org-log-X vars are set to nil), > I get a timestamp in a property drawer when I advance the schedule, > like > so: > > *** TODO Print copies :@PRINT: > SCHEDULED: <2010-04-13 Tue ++1w> > :PROPERTIES: > :LAST_REPEAT: [2010-04-12 Mon 20:06] > :END: > > This happens with an emacs environment started with emacs -q, and a > file > that contains only the above entry. > > I don't need or want such information recorded. But I don't know how > to > stop it, and I don't know where else to look for the responsible > variable. > > Any hints? If you pull the newest version, this information is only recorded if either org-log-repeat is non-nil, or if the entry is collecting clocking data. Hope this solves the problem for you. - Carsten > > Thanks, > > Dan > > > -- > Dan Griswold > Rochester, NY > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten